View | Details | Raw Unified | Return to bug 10108
Collapse All | Expand All

(-)icewm-1.2.28pre2/src/wmmgr.cc.qt4 (-1 / +1 lines)
Lines 629-635 Link Here
629
}
629
}
630
630
631
void YWindowManager::handleUnmap(const XUnmapEvent &unmap) {
631
void YWindowManager::handleUnmap(const XUnmapEvent &unmap) {
632
#if 1
632
#if 0
633
    if (unmap.send_event)
633
    if (unmap.send_event)
634
        xapp->handleWindowEvent(unmap.window, *(XEvent *)&unmap);
634
        xapp->handleWindowEvent(unmap.window, *(XEvent *)&unmap);
635
#endif
635
#endif

Return to bug 10108