X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Surface.html-inc;h=c8a6c49c31b61c2db5066ea0df27f9b0c473a2a0;hb=55bbf7a209993f4172fd7e6555dda0947b844089;hp=d279f555d099072485e6a59d17b735393da4fe8b;hpb=0d76f1af1aacc92532799566647c800c76e73778;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Surface.html-inc b/pages/SDL-Surface.html-inc index d279f55..c8a6c49 100644 --- a/pages/SDL-Surface.html-inc +++ b/pages/SDL-Surface.html-inc @@ -48,7 +48,7 @@

SYNOPSIS

Top

-

The main surface (display) is provided by SDL::Video::set_video_mode. +

The main surface (display) is provided by SDL::Video::set_video_mode. use SDL; #provides flags & constants use SDL::Video; #provides access to set_video_mode use SDL::Surface; #provides access to SDL_Surface struct internals

@@ -183,7 +183,7 @@

format

-

The format of the pixels stored in the surface. See SDL::PixelFormat

+

The format of the pixels stored in the surface. See SDL::PixelFormat

 my $format = $surface->format;
 
 
@@ -263,7 +263,7 @@

SEE ALSO

Top

-

SDL, SDL::PixelFormat, SDL::Video, SDL::Rect

+

SDL, SDL::PixelFormat, SDL::Video, SDL::Rect

\ No newline at end of file