docs for pango done
[sdlgit/SDL-Site.git] / pages / SDL-Overlay.html-inc
index b1cc65b..c8e66be 100644 (file)
@@ -90,7 +90,7 @@ SDL_YUY2_OVERLAY  0x32595559  /* Packed mode: Y0+U0+Y1+V0 */</dt>
 SDL_UYVY_OVERLAY  0x59565955  /* Packed mode: U0+Y0+V0+Y1 */</dt>
        <dt>*
 SDL_YVYU_OVERLAY  0x55595659  /* Packed mode: Y0+V0+Y1+U0 */</dt>
-       <dd>
+</dl>
 
 
 
@@ -99,36 +99,38 @@ SDL_YVYU_OVERLAY  0x55595659  /* Packed mode: Y0+V0+Y1+U0 */</dt>
 </div>
 <h2 id="format">format</h2>
 <div id="format_CONTENT">
-               <p>Overlay format (see YUV_Flags)</p>
+<p>Overlay format (see YUV_Flags)</p>
 
 </div>
 <h2 id="w_h">w, h</h2>
 <div id="w_h_CONTENT">
-               <p>Width and height of overlay</p>
+<p>Width and height of overlay</p>
 
 </div>
 <h2 id="planes">planes</h2>
 <div id="planes_CONTENT">
-               <p>Number of planes in the overlay. Usually either 1 or 3</p>
+<p>Number of planes in the overlay. Usually either 1 or 3</p>
 
 </div>
 <h2 id="pitches">pitches</h2>
 <div id="pitches_CONTENT">
-               <p>An array of pitches, one for each plane. Pitch is the length of a row in bytes.</p>
+<p>An array of pitches, one for each plane. Pitch is the length of a row in bytes.</p>
 
 </div>
 <h2 id="pixels">pixels</h2>
 <div id="pixels_CONTENT">
-               <p>As of release 2.3 direct right to overlay is disable. </p>
-               <p>An array of pointers to the data of each plane. The overlay should be locked before these pointers are used.</p>
-               <p>see <a href="/SDL-Video::lock_YUV_overlay.html">SDL::Video::lock_YUV_overlay</a>, <a href="/SDL-Video::unload_YUV_overlay.html">SDL::Video::unload_YUV_overlay</a></p>
+<p>As of release 2.3 direct right to overlay is disable. </p>
+<p>An array of pointers to the data of each plane. The overlay should be locked before these pointers are used.</p>
+<p>see <a href="/SDL-Video.html#lock_YUV_overlay">SDL::Video::lock_YUV_overlay</a>, <a href="/SDL-Video.html#unload_YUV_overlay">SDL::Video::unload_YUV_overlay</a></p>
 
 </div>
 <h2 id="hw_overlay">hw_overlay</h2>
 <div id="hw_overlay_CONTENT">
-               <p>This will be set to 1 if the overlay is hardware accelerated.</p>
-       </dd>
-</dl>
+<p>This will be set to 1 if the overlay is hardware accelerated.</p>
+
+
+
+
 
 </div>
 </div>
\ No newline at end of file