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