X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Video.html-inc;h=9b6a1a80b252c5fac05bf14bc7edae4aafc9b4d1;hb=fcf60e89673f759573b518df17a379d1a9436b4c;hp=ccf233c2a212cca39e990729e196790a8fddc3a1;hpb=3afd3fb0984d2df0ce491f16546fbfa9b5454990;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Video.html-inc b/pages/SDL-Video.html-inc index ccf233c..9b6a1a8 100644 --- a/pages/SDL-Video.html-inc +++ b/pages/SDL-Video.html-inc @@ -615,7 +615,7 @@ filled.

If you call this on the video surface (ie: the value of SDL::Video::get_video_surface) you may have to update the video surface to see the result. This can happen if you are using a shadowed surface that is not double buffered in Windows XP using build 1.2.9.

SDL::Video::fill_rect returns 0 on success or -1 on error.

-

for an example see SYNOPSIS.

+

for an example see http://search.cpan.org/perldoc?.

Surface Locking and Unlocking

Top

@@ -1130,7 +1130,7 @@ If the SDL::PixelFormat's bpp (color depth)

map_RGBA

-
 $pixel = SDL::Video::map_RGB( $pixel_format, $r, $g, $b, $a );
+
 $pixel = SDL::Video::map_RGBA( $pixel_format, $r, $g, $b, $a );
 
 

Maps the RGBA color value to the specified SDL::PixelFormat and returns the pixel value as a 32-bit int. @@ -1443,7 +1443,7 @@ is experimental).

AUTHORS

Top

-

See AUTHORS in SDL.

+

See /SDL.html#AUTHORS.

SEE ALSO

Top