VirtualBox

Ignore:
Timestamp:
Feb 5, 2019 1:18:45 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128639
Message:

FE/Qt: only store guest hints to extra data when not in full screen.
bugref:5329: Implement VMWare SVGA compatible video device
Previous changes cause problems after transition through full-screen mode.
Try to fix that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp

    r76606 r77164  
    297297    /* Record the hint to extra data, needed for guests using VMSVGA: */
    298298    /* 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);
    300302
    301303    /* If auto-mount of guest-screens (auto-pilot) enabled: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette