mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 03:35:52 +01:00
various table widget updates
and fixed in misc other ones
This commit is contained in:
@@ -665,11 +665,20 @@ handleEvents(XEvent *event, void *clientData)
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
/*
|
||||
// was causing windows to ignore commands like closeWindow
|
||||
* // after the windows is iconized/restored or a workspace change
|
||||
* // if this is really needed, put the MapNotify portion too and
|
||||
* // fix the restack bug in wmaker
|
||||
case UnmapNotify:
|
||||
WMUnmapWidget(win);
|
||||
break;
|
||||
|
||||
*
|
||||
case MapNotify:
|
||||
WMMapWidget(win);
|
||||
break;
|
||||
|
||||
*/
|
||||
case DestroyNotify:
|
||||
destroyWindow(win);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user