Changeset 77164 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 5, 2019 1:18:45 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r76606 r77164 297 297 /* Record the hint to extra data, needed for guests using VMSVGA: */ 298 298 /* This should be done before the actual hint is sent in case the guest overrides it. */ 299 storeGuestSizeHint(size); 299 if ( !isFullscreenOrSeamless() 300 && uisession()->isGuestSupportsGraphics()) 301 storeGuestSizeHint(size); 300 302 301 303 /* If auto-mount of guest-screens (auto-pilot) enabled: */
Note:
See TracChangeset
for help on using the changeset viewer.