Changeset 10395 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jul 9, 2008 8:57:15 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33051
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r9067 r10395 202 202 { 203 203 DesktopGeo_Invalid = 0, DesktopGeo_Fixed, 204 DesktopGeo_Automatic, DesktopGeo_Any , DesktopGeo_Unchanged204 DesktopGeo_Automatic, DesktopGeo_Any 205 205 }; 206 206 207 207 void setDesktopGeometry (DesktopGeo aGeo, int aWidth, int aHeight); 208 208 void setDesktopGeoHint (int aWidth, int aHeight); 209 void calculateDesktopGeometry(); 209 210 void maybeRestrictMinimumSize(); 210 211
Note:
See TracChangeset
for help on using the changeset viewer.