mirror of https://github.com/mpv-player/mpv
HTML fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9411 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ffc81cf0c6
commit
77a1376c1f
|
@ -283,12 +283,10 @@ end
|
||||||
<td>Here is an example to make this clear. Suppose that you have an image
|
<td>Here is an example to make this clear. Suppose that you have an image
|
||||||
called <code>main.png</code> that you use for the main window:
|
called <code>main.png</code> that you use for the main window:
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<code>base = main, -1, -1</code>
|
||||||
base = main, -1, -1
|
|
||||||
</pre>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
MPlayer tries to load <code>main</code>, <code>main.png</code>,
|
MPlayer tries to load <code>main</code>, <code>main.png</code>,
|
||||||
<code>main.PNG</code> files.<br>
|
<code>main.PNG</code> files.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -306,11 +304,10 @@ end
|
||||||
The window will appear at the given <code>X,Y</code> position on the screen
|
The window will appear at the given <code>X,Y</code> position on the screen
|
||||||
The window will have the size of the image.
|
The window will have the size of the image.
|
||||||
<div><em class="warn"><b>Note:</b> These coordinates do not currently work
|
<div><em class="warn"><b>Note:</b> These coordinates do not currently work
|
||||||
for the display window.</em><br>
|
for the display window.</em></div>
|
||||||
<em class="warn"><b>Warning:</b> Transparent regions in the image (colored
|
<div><em class="warn"><b>Warning:</b> Transparent regions in the image
|
||||||
#FF00FF) appear black on X servers without the XShape extension. The
|
(colored #FF00FF) appear black on X servers without the XShape extension.
|
||||||
image's width must be dividable by 8.</em>
|
The image's width must be dividable by 8.</em></div>
|
||||||
</div>
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><a name="main.button"><b><code>button = image, X, Y, width, height,
|
<dt><a name="main.button"><b><code>button = image, X, Y, width, height,
|
||||||
|
@ -334,9 +331,9 @@ end
|
||||||
<dt><a name="main.decoration"><b><code>decoration = enable|disable</code></b>
|
<dt><a name="main.decoration"><b><code>decoration = enable|disable</code></b>
|
||||||
</a></dt>
|
</a></dt>
|
||||||
<dd>Enable or disable window manager decoration of the main window. Default
|
<dd>Enable or disable window manager decoration of the main window. Default
|
||||||
is <b>disable</b>.<br><br>
|
is <b>disable</b>.
|
||||||
<em class="warn"><b>Note:</b> This doesn't work for the display window,
|
<div><em class="warn"><b>Note:</b> This doesn't work for the display window,
|
||||||
there is no need to.</em><br>
|
there is no need to.</em></div>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><a name="main.hpotmeter"><b><code>hpotmeter = button, bwidth, bheight,
|
<dt><a name="main.hpotmeter"><b><code>hpotmeter = button, bwidth, bheight,
|
||||||
|
|
Loading…
Reference in New Issue