# HG changeset patch # User gabucino # Date 1043183517 0 # Node ID 99a3ab65891defd088d91b4a7b6d4e6c35fecff1 # Parent 3086611e821347c83fda5ddc4f7b723ecf3e08b0 sync diff -r 3086611e8213 -r 99a3ab65891d DOCS/skin.html --- a/DOCS/skin.html Tue Jan 21 19:12:46 2003 +0000 +++ b/DOCS/skin.html Tue Jan 21 21:11:57 2003 +0000 @@ -109,7 +109,7 @@ 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 @@
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 @@ window = menu ; ... items for menu ... end + + window = playbar + ; ... items for playbar ... + end end @@ -357,10 +363,11 @@ -
window = main
' . . . 'end
' block.
+'window = main
' . . . 'end
', and the
+'window = playbar
' . . 'end
' blocks.
hpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message
+vpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message
hpotmeter
is changed
-
-Note: There will be a vpotmeter
item, too, but it is not
-implemented yet.
-