X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fintergation1.t;h=eb9cd9875e77db8ca9893453cf81350806ac4c4d;hb=350e894348b0c3a73f203014ba6d92cdb4f7f4ee;hp=9bbc49171ebadd04f149bb02d1375231d19e5124;hpb=34a219f78b8882f5cee508265a87b4dfec27eb26;p=sdlgit%2FSDL_perl.git diff --git a/t/intergation1.t b/t/intergation1.t index 9bbc491..eb9cd98 100644 --- a/t/intergation1.t +++ b/t/intergation1.t @@ -78,7 +78,7 @@ can_ok ('SDL::App', qw/ SDL::FillRect( $app, $rect, $blue_pixel ); SDL::FillRect( $app, $grect, $col_pixel ); - SDL::Surface::update_rect($app, 0, 0, 640, 480); + SDL::UpdateRect($app, 0, 0, 640, 480); SDL::Delay(10); }