diff gui/app.h @ 32912:ca4d3fa55e43

Adjust the listItems structure. Add 'main' to members referring to the main window, switch bar with menu members and adjust the spelling of 'MenuItems' to the other 'Items'.
author ib
date Wed, 02 Mar 2011 16:05:37 +0000
parents e06fbdd8eb46
children 933e784fb598
line wrap: on
line diff
--- a/gui/app.h	Wed Mar 02 15:37:50 2011 +0000
+++ b/gui/app.h	Wed Mar 02 16:05:37 2011 +0000
@@ -173,14 +173,14 @@
     wsTWindow menuWindow;
     int menuIsPresent;
 
-    int NumberOfItems;
-    wItem Items[256];
-
-    int NumberOfMenuItems;
-    wItem MenuItems[64];
+    int NumberOfMainItems;
+    wItem mainItems[256];
 
     int NumberOfBarItems;
     wItem barItems[256];
+
+    int NumberOfMenuItems;
+    wItem menuItems[64];
 } listItems;
 
 extern listItems appMPlayer;