Mercurial > mplayer.hg
changeset 33175:da4608a8c4df
Revise skin documentation.
Move note on subwindow into subwindow section, and
remove redundant (and not applicable) positioning information.
author | ib |
---|---|
date | Fri, 15 Apr 2011 09:36:19 +0000 |
parents | 29c59e557575 |
children | ba66f6aa9a9b |
files | DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml |
diffstat | 2 files changed, 12 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/de/skin.xml Fri Apr 15 09:24:00 2011 +0000 +++ b/DOCS/xml/de/skin.xml Fri Apr 15 09:36:19 2011 +0000 @@ -366,11 +366,6 @@ Das Fenster wird an der angegebenen Position <literal>X,Y</literal> auf dem Bildschirm erscheinen. Es wird die Größe der Grafik besitzen. </para> - <note> - <para> - Diese Koordinaten funktionieren im Moment nicht beim Unterfenster. - </para> - </note> <warning> <para> Transparente Bereiche innerhalb der Grafik (mit der Farbe #FF00FF) erscheinen @@ -769,16 +764,16 @@ </term> <listitem> <para> - Die im Fenster anzuzeigende Grafik. Das Fenster wird an der angegebenen - Position <literal>X,Y</literal> auf dem Bildschirm erscheinen - (<literal>0,0</literal> ist die obere linke Ecke). - Du kannst <literal>-1</literal> für zentriert und <literal>-2</literal> - für rechts (<literal>X</literal>) und unten (<literal>Y</literal>) festlegen. - Das Fenster wird so groß sein wie die Grafik. - <literal>Breite</literal> und <literal>Höhe</literal> - kennzeichnen die Größe des Fensters; sie sind optional (wenn sie fehlen, hat + Die im Fenster anzuzeigende Grafik. Das Fenster wird so groß sein wie die Grafik. + <literal>width</literal> und <literal>height</literal> + kennzeichnen Breite und Höhe des Fensters; sie sind optional (wenn sie fehlen, hat das Fenster dieselbe Größe wie die Grafik). </para> + <note> + <para> + Die Koordinaten <literal>X,Y</literal> funktionieren im Moment nicht beim Unterfenster. + </para> + </note> </listitem> </varlistentry>
--- a/DOCS/xml/en/skin.xml Fri Apr 15 09:24:00 2011 +0000 +++ b/DOCS/xml/en/skin.xml Fri Apr 15 09:36:19 2011 +0000 @@ -315,9 +315,6 @@ The window will appear at the given <literal>X,Y</literal> position on the screen The window will have the size of the image. </para> - <note><para> - These coordinates do not currently work for the subwindow. - </para></note> <warning><para>Transparent regions in the image (colored #FF00FF) appear black on X servers without the XShape extension. The image's width must be dividable by 8.</para></warning> @@ -644,15 +641,14 @@ <anchor id="skin-sub-base"/>base = image, X, Y, width, height </literal></term> <listitem><para> - The image to be displayed in the window. The window will appear at the given - <literal>X,Y</literal> position on the screen (<literal>0,0</literal> is the - top left corner). You can specify <literal>-1</literal> for center and - <literal>-2</literal> for right (<literal>X</literal>) and bottom - (<literal>Y</literal>). The window will be as large as the image. + The image to be displayed in the window. The window will be as large as the image. <literal>width</literal> and <literal>height</literal> denote the size of the window; they are optional (if they are missing, the window is the same size as the image). </para></listitem> + <note><para> + The <literal>X,Y</literal> coordinates do not currently work for the subwindow. + </para></note> </varlistentry> <varlistentry>