Put images on our servers as some of the external ones are really slow
[sdlgit/SDL-Site.git] / pages / SDL-Surface.html-inc
index 5d6b428..6484908 100644 (file)
@@ -2,7 +2,10 @@
 <!-- INDEX START -->
 <h3 id="TOP">Index</h3>
 
-<ul><li><a href="#NAME">NAME</a></li>
+<ul><li><a href="#NAME">NAME</a>
+<ul><li><a href="#CATEGORY">CATEGORY</a></li>
+</ul>
+</li>
 <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
 <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
 <li><a href="#METHODS">METHODS</a>
 <p>SDL::Surface - Graphic surface structure. Access to <code>SDL_Surface</code>.</p>
 
 </div>
+<h2 id="CATEGORY">CATEGORY</h2>
+<div id="CATEGORY_CONTENT">
+<p>Core, Video, Structure</p>
+
+
+
+
+
+</div>
 <h1 id="SYNOPSIS">SYNOPSIS</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="SYNOPSIS_CONTENT">
 <p>The main surface (display) is provided by <cite>SDL::Video::set_video_mode</cite>.
 <p>The constructor creates a new surface with the specified parameter values. </p>
 <pre>    my $surface = SDL::Surface-&gt;new_from( $old_surface, ... );
 
+
+
+
 </pre>
-<p>THIS WILL SEGFAULT!!! Read: http://sdlperl.ath.cx/projects/SDLPerl/ticket/53 </p>
 
 </div>
 <h3 id="Construtor_Parameters">Construtor Parameters</h3>