X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Surface.html-inc;fp=pages%2FSDL-Surface.html-inc;h=f8bb751f96fbc629cae96d115a645c1ce0cfc7e1;hb=c6a6575d8026dbc5743cc2056164661c6be15115;hp=7b639c8a72b3b538fd385fc58e6e283866030bcb;hpb=5da5649767979ede6f91b014e6f9e2d7dc729739;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Surface.html-inc b/pages/SDL-Surface.html-inc index 7b639c8..f8bb751 100644 --- a/pages/SDL-Surface.html-inc +++ b/pages/SDL-Surface.html-inc @@ -72,15 +72,15 @@

CONSTANTS

Top

The constants are not exported by default. You can export them into your namespace by doing:

-
 use SDL::Surface ':flags';
+
 use SDL::Video ':flags';
 
 

or

-
 use SDL::Surface ':all';
+
 use SDL::Video ':all';
 
 

or access them directly:

-
 SDL::Surface::SDL_SWSURFACE;
+
 SDL::Video::SDL_SWSURFACE;
 
 

Available constants: see flags

@@ -115,7 +115,7 @@

flags

-

Available for new()

+

Available flags for new() are exported by SDL::Video

SDL_ASYNCBLIT
@@ -123,7 +123,7 @@
SDL_SWSURFACE
-

Stored in the system memory. SDL_SWSURFACE is not actually a flag (it is defined as 0). A lack of SDL_HWSURFACE implies SDL_SWSURFACE

+

Stored in the system memory.

SDL_HWSURFACE