Changeset 9036 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
- Timestamp:
- May 21, 2008 7:34:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r8813 r9036 190 190 void dbgLoggingToggled (bool); 191 191 192 void onEnterFullscreen();193 192 void onExitFullscreen(); 194 void exitFullscreen(); 195 void exitSeamless(); 193 void unlockActionsSwitch(); 196 194 197 195 void setViewInSeamlessMode (const QRect &aTargetRect); … … 329 327 bool mIsSeamlessSupported : 1; 330 328 bool mIsGraphicsSupported : 1; 329 bool mIsWaitingModeResize : 1; 331 330 int normal_wflags; 332 331 bool was_max : 1;
Note:
See TracChangeset
for help on using the changeset viewer.