X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcore_surface.t;h=9e715e9981a8656355ba10d9d27a6ec32f07df6d;hb=14158e5a367dee2f013905e5e2ee2bf3b33581b6;hp=d81eaf0386e4676e8c45ad5e2f1459d945e31c1c;hpb=f7ce55ec6ad0a21bb1fa18aec222fa0274764557;p=sdlgit%2FSDL_perl.git diff --git a/t/core_surface.t b/t/core_surface.t index d81eaf0..9e715e9 100644 --- a/t/core_surface.t +++ b/t/core_surface.t @@ -92,6 +92,7 @@ my $rect = SDL::Rect->new( 0, 0, $app->w, $app->h ); my $blue_pixel = SDL::MapRGB( $app_pixel_format, 0x00, 0x00, 0xff ); SDL::FillRect( $app, $rect, $blue_pixel ); SDL::UpdateRect( $app, 0, 0, 0, 0 ); +SDL::UpdateRects( $app, $small_rect ); diag( 'This is in surface : ' . SDL::Surface::get_pixels($app) );