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

CONSTANTS

Top

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

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

or