summaryrefslogtreecommitdiffstats
path: root/Gui/app.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-13 23:38:49 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-13 23:38:49 +0000
commit5b16ccc998296b12092403bc6abad2c60abcbf65 (patch)
tree85a42b78ab8e0cd828287979b40c1fd02cd9243a /Gui/app.h
parentd462b79a484d1477000aa0af2f30d1dcafe77f97 (diff)
downloadmpv-5b16ccc998296b12092403bc6abad2c60abcbf65.tar.bz2
mpv-5b16ccc998296b12092403bc6abad2c60abcbf65.tar.xz
correct skin changing
(fix one critical bug) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8950 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.h')
-rw-r--r--Gui/app.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Gui/app.h b/Gui/app.h
index 1055bbfb56..5441630c11 100644
--- a/Gui/app.h
+++ b/Gui/app.h
@@ -145,7 +145,11 @@ typedef struct
wItem sub;
wsTWindow subWindow;
int subR,subG,subB;
- int subPixel;
+
+ wItem bar;
+ wsTWindow barWindow;
+ int barR,barG,barB;
+ int barIsPresent;
wItem eq;
wsTWindow eqWindow;
@@ -153,6 +157,7 @@ typedef struct
wItem menuBase;
wItem menuSelected;
wsTWindow menuWindow;
+ int menuIsPresent;
// ---
int NumberOfItems;