summaryrefslogtreecommitdiffstats
path: root/Gui/app.h
diff options
context:
space:
mode:
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;