Changeset 15622 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Dec 17, 2008 8:36:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h
r15610 r15622 1051 1051 1052 1052 #ifdef VBOX_GUI_WITH_SYSTRAY 1053 bool mIsTrayMenu : 1; /*< Tray icon active/desired? */ 1054 bool mIncreasedWindowCounter : 1; 1053 bool mIsTrayMenu; /* Tray icon active/desired? */ 1055 1054 #endif 1056 1057 1055 QThread *mMediaEnumThread; 1058 1056 VBoxMediaList mMediaList;
Note:
See TracChangeset
for help on using the changeset viewer.