X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL-Site.git;a=blobdiff_plain;f=pages%2FSDLx-Surface.html-inc;h=2c71ab2c04f8afc6a42715aab4709a799c574b7b;hp=34e51ec55d86ac726aac505e9707a54a391ee603;hb=0b221bb4fce84647a6cb9d7343de7330fb561c71;hpb=31b111c7e105fcfe4dd42992b9a3c6246a098205 diff --git a/pages/SDLx-Surface.html-inc b/pages/SDLx-Surface.html-inc index 34e51ec..2c71ab2 100644 --- a/pages/SDLx-Surface.html-inc +++ b/pages/SDLx-Surface.html-inc @@ -99,7 +99,7 @@

display

-

If SDLx::App::new or SDL::Video::get_video_mode called before then:

+

If SDLx::App::new or SDL::Video::get_video_mode called before then:

 my $appx = SDLx::Surface::display(); 
 
 
@@ -188,7 +188,7 @@ This is useful when the surface you have isn't an SDLx::Surface, bu

flip

-

Applies SDL::Video::flip to the Surface, with error checking.

+

Applies SDL::Video::flip to the Surface, with error checking.

Returns $self

@@ -200,7 +200,7 @@ This is useful when the surface you have isn't an SDLx::Surface, bu $sdlx_surface->update( [ SDL::Rect->new(0,0,1,2) ... ]); # defined rects are updated -

Applies SDL::Video::update_rect for no rect or 1 array ref. Applies SDL::Video::update_rects for array of SDL::Rects.

+

Applies SDL::Video::update_rect for no rect or 1 array ref. Applies SDL::Video::update_rects for array of SDL::Rects.

Returns $self