Changeset 86061 in vbox for trunk/src/VBox
- Timestamp:
- Sep 8, 2020 10:25:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140276
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r86053 r86061 117 117 118 118 /** Performs window geometry normalization according to guest-size and host's available geometry. 119 * @param fAdjustPosition Determines whether is it necessary to adjust position as well.120 * @param fResizeToGuestDisplay determines ifis it necessary to resize the window to fit to guest display size. */119 * @param fAdjustPosition Determines whether is it necessary to adjust position as well. 120 * @param fResizeToGuestDisplay Determines whether is it necessary to resize the window to fit to guest display size. */ 121 121 virtual void normalizeGeometry(bool fAdjustPosition, bool fResizeToGuestDisplay) /* override */; 122 122 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h
r86053 r86061 61 61 62 62 /** Performs window geometry normalization according to guest-size and host's available geometry. 63 * @param fAdjustPosition Determines whether is it necessary to adjust position as well.64 * @param fResizeToGuestDisplay determines ifis it necessary to resize the window to fit to guest display size. */63 * @param fAdjustPosition Determines whether is it necessary to adjust position as well. 64 * @param fResizeToGuestDisplay Determines whether is it necessary to resize the window to fit to guest display size. */ 65 65 virtual void normalizeGeometry(bool fAdjustPosition, bool fResizeToGuestDisplay) /* override */; 66 66
Note:
See TracChangeset
for help on using the changeset viewer.