- Timestamp:
- Dec 3, 2014 9:06:24 PM (10 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r53434 r53440 138 138 { 139 139 pState->paSizeHints[iDisplay] = (cx & 0x8fff) << 16 | (cy & 0x8fff); 140 if (!fEnabled)141 pState->paSizeHints[iDisplay] = -1;142 140 XChangeProperty(pState->pDisplay, DefaultRootWindow(pState->pDisplay), 143 141 XInternAtom(pState->pDisplay, "VBOX_SIZE_HINTS", 0), -
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r53408 r53440 255 255 if (((int32_t *)prop->data)[i] == 0) 256 256 continue; 257 else if (((int32_t *)prop->data)[i] < 0)258 pVBox->pScreens[i].afDisabled = true;259 257 else 260 258 {
Note:
See TracChangeset
for help on using the changeset viewer.