Changeset 6060
- Timestamp:
- 01/25/08 00:33:40 (9 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/helpers/support.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/helpers/support.cpp
r6058 r6060 249 249 Window root = XDefaultRootWindow(dsp); 250 250 251 XUnmapWindow(dsp, win); 252 XUnmapWindow(dsp, handler); 253 251 254 // Reparent both windows to the root and hide them 252 255 XReparentWindow(dsp, win, root, -100, -100);
