VirtualBox

Changeset 53440 in vbox for trunk/src


Ignore:
Timestamp:
Dec 3, 2014 9:06:24 PM (10 years ago)
Author:
vboxsync
Message:

Additions/x11: fix recently re-introduced mode hint regression which caused guest screens to disappear (again).

Location:
trunk/src/VBox/Additions/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display.cpp

    r53434 r53440  
    138138    {
    139139        pState->paSizeHints[iDisplay] = (cx & 0x8fff) << 16 | (cy & 0x8fff);
    140         if (!fEnabled)
    141             pState->paSizeHints[iDisplay] = -1;
    142140        XChangeProperty(pState->pDisplay, DefaultRootWindow(pState->pDisplay),
    143141                        XInternAtom(pState->pDisplay, "VBOX_SIZE_HINTS", 0),
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c

    r53408 r53440  
    255255            if (((int32_t *)prop->data)[i] == 0)
    256256                continue;
    257             else if (((int32_t *)prop->data)[i] < 0)
    258                 pVBox->pScreens[i].afDisabled = true;
    259257            else
    260258            {
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