]> git.sesse.net Git - vlc/commitdiff
* share/skins2/skin.dtd: Video.autoresize defaults to true
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 4 Dec 2005 16:54:17 +0000 (16:54 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 4 Dec 2005 16:54:17 +0000 (16:54 +0000)
 * doc/skins/skins2-howto.xml: Added documentation for this attribute

doc/skins/skins2-howto.xml
share/skins2/skin.dtd

index df813fa80fbc9b03de21791748d2be703dd9210a..ac3550929805d139ddc7cd8e4f8f22141ed83175 100644 (file)
@@ -647,6 +647,11 @@ difficulty to understand how VLC skins work.</para>
     <para>Initial height of the control, in pixels.<!--XXX: cannot be deduced?--></para>
     <para>Default value: 0</para>
   </sect4>
+  <sect4 id="videoautoresize">
+    <title>autoresize</title>
+    <para>Indicate whether the layout should be automatically resized to fit the dimensions of the played video.</para>
+    <para>Default value: true</para>
+  </sect4>
 </sect3>
 
 <sect3 id="Playlist">
index c7c5139e3845a00a1a041679bd2597646c78441c..13ab27ffb960cf6e2248b18d9605100309579eb7 100644 (file)
         height      CDATA   "0"
         lefttop     CDATA   "lefttop"
         rightbottom CDATA   "lefttop"
-        autoresize  CDATA   "false"
+        autoresize  CDATA   "true"
         help        CDATA   ""
     >