Changeset 8888 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- May 16, 2008 12:15:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r8440 r8888 197 197 private: 198 198 199 void setDesktopGeometry(int minWidth, int minHeight); 199 enum meDesktopGeo { 200 invalid = 0, fixed, automatic, any, unchanged 201 }; 202 void setDesktopGeometry(meDesktopGeo type, int width, int height); 203 void setDesktopGeoHint(int width, int height); 200 204 void maybeRestrictMinimumSize(); 201 205 … … 284 288 CGImageRef mVirtualBoxLogo; 285 289 #endif 290 meDesktopGeo mDesktopGeoType; 286 291 QRect mDesktopGeometry; 292 QRect mLastSizeHint; 287 293 }; 288 294
Note:
See TracChangeset
for help on using the changeset viewer.