diff Gui/app.h @ 8949:d07ab8e088a9

correct skin changing (fix one critical bug)
author pontscho
date Mon, 13 Jan 2003 23:38:49 +0000
parents c6a1a5b6ba25
children 0a665389cf2b
line wrap: on
line diff
--- a/Gui/app.h	Mon Jan 13 19:39:57 2003 +0000
+++ b/Gui/app.h	Mon Jan 13 23:38:49 2003 +0000
@@ -145,7 +145,11 @@
  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 @@
  wItem           menuBase;
  wItem           menuSelected;
  wsTWindow       menuWindow;
+ int		 menuIsPresent;
 
 // ---
  int             NumberOfItems;