VirtualBox

Changeset 90694 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 16, 2021 12:33:15 PM (3 years ago)
Author:
vboxsync
Message:

VMSVGA: prevent black screen after first resize when VM is restored from saved state, bugref:10071.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r90447 r90694  
    959959            continue;
    960960
    961         if (pSVGAState->aScreens[i].xOrigin == -1)
     961        if (paPositions[i].x == -1)
    962962            continue;
    963         if (pSVGAState->aScreens[i].yOrigin == -1)
     963        if (paPositions[i].y == -1)
    964964            continue;
    965965
Note: See TracChangeset for help on using the changeset viewer.

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