X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Cursor.html-inc;h=289bf2ef22f8a7f0f70e5d15d539db2602df526e;hb=55bbf7a209993f4172fd7e6555dda0947b844089;hp=525f407968c27651e2ec43d9840048f60dbd5779;hpb=321e544dc9bce77fb7f019b2d5ad1bc4482b86a2;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Cursor.html-inc b/pages/SDL-Cursor.html-inc index 525f407..289bf2e 100644 --- a/pages/SDL-Cursor.html-inc +++ b/pages/SDL-Cursor.html-inc @@ -18,7 +18,7 @@

NAME

Top

-

SDL::Cursor - a SDL perl extension

+

SDL::Cursor -- Mouse cursor structure

CATEGORY

Top

@@ -30,11 +30,11 @@
 my $cursor = SDL::Cursor->new(
      \@data,
-	 \@mask,
-	 $width,
-	 $height,
-	 $hotspot_left,
-	 $hotspot_top );
+     \@mask,
+     $width,
+     $height,
+     $hotspot_left,
+     $hotspot_top );
 
  SDL::Mouse::set_cursor($cursor);
 
@@ -114,7 +114,7 @@ and in your main loop, when you draw graphics, also draw a SDL::Surface
 

SEE ALSO

Top

-

perl SDL::Mouse

+

perl SDL::Mouse

\ No newline at end of file