Author: ib Date: Sat Apr 23 10:05:27 2011 New Revision: 33305 Log: Position windows initially at coordinates given in skin file.
So far, the initial positions of the main and subwindow were not the ones specified in the skin file, but fixed defaults. Modified: trunk/DOCS/xml/en/skin.xml Changes in other areas also in this revision: Modified: trunk/DOCS/xml/de/skin.xml trunk/gui/app.c trunk/gui/cfg.c trunk/gui/interface.c Modified: trunk/DOCS/xml/en/skin.xml ============================================================================== --- trunk/DOCS/xml/en/skin.xml Sat Apr 23 05:32:34 2011 (r33304) +++ trunk/DOCS/xml/en/skin.xml Sat Apr 23 10:05:27 2011 (r33305) @@ -642,11 +642,7 @@ The following entries can be used in the <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> - <note><para> - The <literal>X,Y</literal> coordinates do not currently work for the subwindow. - </para></note> - </listitem> + </para></listitem> </varlistentry> <varlistentry> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
