Changeset 53440 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Dec 3, 2014 9:06:24 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97136
- File:
-
- 1 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),
Note:
See TracChangeset
for help on using the changeset viewer.