Show
Ignore:
Timestamp:
01/25/08 00:33:40 (10 months ago)
Author:
eugene
Message:

Fix weird leftovers seen in fluxbox.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/helpers/support.cpp

    r6058 r6060  
    249249  Window root = XDefaultRootWindow(dsp); 
    250250 
     251  XUnmapWindow(dsp, win); 
     252  XUnmapWindow(dsp, handler); 
     253 
    251254  // Reparent both windows to the root and hide them 
    252255  XReparentWindow(dsp, win, root, -100, -100);