Changeset 15804 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
- Timestamp:
- Jan 5, 2009 2:55:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
r15469 r15804 111 111 void clearMask(); 112 112 113 #if defined (Q_WS_MAC) 114 CGImageRef dockImageState () const; 115 #endif 113 KMachineState machineState() const { return machine_state; } 116 114 117 115 public slots: … … 372 370 QRect mNormalGeometry; 373 371 Qt::WindowFlags mSavedFlags; 374 /* Dock images */375 CGImageRef dockImgStatePaused;376 CGImageRef dockImgStateSaving;377 CGImageRef dockImgStateRestoring;378 CGImageRef dockImgBack100x75;379 CGImageRef dockImgOS;380 372 /* For the fade effect if the the window goes fullscreen */ 381 373 CGDisplayFadeReservationToken mFadeToken;
Note:
See TracChangeset
for help on using the changeset viewer.