fixed url-generator
[sdlgit/SDL-Site.git] / pages / SDL-Cursor.html-inc
index 525f407..289bf2e 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);
 
@@ -114,7 +114,7 @@ and in your main loop, when you draw graphics, also draw a <code>SDL::Surface</c
 </div>
 <h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="SEE_ALSO_CONTENT">
-<p><cite>perl</cite> <cite>SDL::Mouse</cite></p>
+<p><a href="http://search.cpan.org/perldoc?perl">perl</a> <a href="SDL-Mouse.html">SDL::Mouse</a></p>
 
 </div>
 </div>
\ No newline at end of file