docs for audio
[sdlgit/SDL-Site.git] / pages / SDL-Cursor.html-inc
index 525f407..9f2914d 100644 (file)
@@ -18,7 +18,7 @@
 
 <h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="NAME_CONTENT">
-<p>SDL::Cursor - a SDL perl extension</p>
+<p>SDL::Cursor -- Mouse cursor structure</p>
 
 </div>
 <h1 id="CATEGORY">CATEGORY</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="SYNOPSIS_CONTENT">
 <pre> my $cursor = SDL::Cursor-&gt;new(
      \@data,
-        \@mask,
-        $width,
-        $height,
-        $hotspot_left,
-        $hotspot_top );
+     \@mask,
+     $width,
+     $height,
+     $hotspot_left,
+     $hotspot_top );
 
  SDL::Mouse::set_cursor($cursor);