Changeset 49177 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
- Timestamp:
- Oct 18, 2013 11:48:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r49009 r49177 72 72 void UIMachineViewSeamless::sltAdditionsStateChanged() 73 73 { 74 normalizeGeometry(false);74 maybeAdjustGuestScreenSize(); 75 75 } 76 76 … … 154 154 } 155 155 156 void UIMachineViewSeamless::normalizeGeometry(bool /* fAdjustPosition */) 156 /** Adjusts guest screen size to correspond current <i>working area</i> size. */ 157 void UIMachineViewSeamless::maybeAdjustGuestScreenSize() 157 158 { 158 159 /* Check if we should adjust guest to new size: */
Note:
See TracChangeset
for help on using the changeset viewer.