From d13c92a70eb298edf4322bb3ff0d4592f37c107e Mon Sep 17 00:00:00 2001 From: gabucino Date: Tue, 21 Jan 2003 21:11:57 +0000 Subject: [PATCH] sync git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9058 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/skin.html | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/DOCS/skin.html b/DOCS/skin.html index df6fad0ee3..394e53f05e 100644 --- a/DOCS/skin.html +++ b/DOCS/skin.html @@ -109,7 +109,7 @@ listed above, for example: Images must be truecolor (24 or 32 bpp) PNGs.

-In the main window (see below) you can use images with `transparency': +In the main window and in the playbar (see below) you can use images with `transparency': Regions filled with the color #FF00FF (magenta) are fully transparent when viewed by MPlayer. This means that you can even have shaped windows if your X server has the XShape extension. @@ -123,14 +123,15 @@ Winamp/XMMS, for example), so it is up to you to create something great.

Currently there are three windows to be decorated: the -main window, the subwindow and +main window, the subwindow, the +playbar, and the skin menu (which can be activated by a right click).

@@ -311,6 +313,10 @@ section = movieplayer window = menu ; ... items for menu ... end + + window = playbar + ; ... items for playbar ... + end end @@ -357,10 +363,11 @@ MPlayer tries to load main, main.png, -

3.1 Main window

+

3.1 Main window and playbar

Below is the list of entries that can be used in the -'window = main' . . . 'end' block. +'window = main' . . . 'end', and the +'window = playbar'  . . 'end' blocks.
@@ -372,6 +379,10 @@ The window will appear at the given X,Y position on the screen The window will have the size of the image.
+Note: this coordinating doesn't work for the display window currently. + +
+ Warning: 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. @@ -404,12 +415,20 @@ like this:
Enable or disable window manager decoration of the main window. Default is disable. +
+
+ +Note: This doesn't work for the display window, there is no need to. + +
hpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message +
+vpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message
@@ -455,10 +474,6 @@ image hpotmeter is changed - -Note: There will be a vpotmeter item, too, but it is not -implemented yet. -