comparison 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
comparison
equal deleted inserted replaced
8948:37bd5319cc21 8949:d07ab8e088a9
143 int mainDecoration; 143 int mainDecoration;
144 144
145 wItem sub; 145 wItem sub;
146 wsTWindow subWindow; 146 wsTWindow subWindow;
147 int subR,subG,subB; 147 int subR,subG,subB;
148 int subPixel; 148
149 wItem bar;
150 wsTWindow barWindow;
151 int barR,barG,barB;
152 int barIsPresent;
149 153
150 wItem eq; 154 wItem eq;
151 wsTWindow eqWindow; 155 wsTWindow eqWindow;
152 156
153 wItem menuBase; 157 wItem menuBase;
154 wItem menuSelected; 158 wItem menuSelected;
155 wsTWindow menuWindow; 159 wsTWindow menuWindow;
160 int menuIsPresent;
156 161
157 // --- 162 // ---
158 int NumberOfItems; 163 int NumberOfItems;
159 wItem Items[256]; 164 wItem Items[256];
160 // --- 165 // ---