X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcore_video.t;h=445492c6866c173ced0d3698af1f0313d0e62d6f;hb=2d2bb7560a4cbc81f6507f0cfbfbad442976787f;hp=5a19ad8a6ee56ccce3003cb2ad975865d564fb63;hpb=a92ef32bacfadab1502694b3f09cc70815acb74f;p=sdlgit%2FSDL_perl.git diff --git a/t/core_video.t b/t/core_video.t index 5a19ad8..445492c 100644 --- a/t/core_video.t +++ b/t/core_video.t @@ -28,6 +28,8 @@ my @done = set_palette set_gamma set_gamma_ramp + map_RGB + map_RGBA /; can_ok ('SDL::Video', @done); @@ -109,12 +111,11 @@ $value = SDL::Video::set_palette($hwdisplay, SDL_LOGPAL|SDL_PHYSPAL, 0, @b_w_col is( $value , 1, '[set_palette] returns 1' ); - - +is( SDL::Video::map_RGB($hwdisplay->format, 10, 10 ,10) > 0, 1, '[map_RGB] maps correctly to 8-bit surface'); +is( SDL::Video::map_RGBA($hwdisplay->format, 10, 10 ,10, 10) > 0, 1, '[map_RGBA] maps correctly to 8-bit surface'); my @left = qw/ get_gamma_ramp - map_RGB map_RGBA get_RGB get_RGBA