Update of /cvsroot/virtuawin
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12894
Modified Files:
VirtuaWin.h
Log Message:
2980468 Added contol menu item insertion list.
Index: VirtuaWin.h
===================================================================
RCS file: /cvsroot/virtuawin/VirtuaWin.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- VirtuaWin.h 1 Apr 2010 09:30:11 -0000 1.63
+++ VirtuaWin.h 7 Apr 2010 13:47:14 -0000 1.64
@@ -41,6 +41,7 @@
extern vwWindow *windowList; // list of managed windows
extern vwWindowBase *windowBaseList; // list of all windows
extern vwWindowRule *windowRuleList; // list for holding window rules
+extern vwMenuItem *ctlMenuItemList; // List of module inserted control menu items
extern vwHotkey hotkeyList[vwHOTKEY_MAX]; // list for holding hotkeys
extern int curDisabledMod; // how many disabled modules we have
|