mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Fix stupid bug in wiuthdrawal of window, event.c
This commit is contained in:
@@ -778,7 +778,7 @@ handleUnmapNotify(XEvent *event)
|
||||
|
||||
/* if the window was reparented, do not reparent it back to the
|
||||
* root window */
|
||||
// wUnmanageWindow(wwin, !reparented, False);
|
||||
wUnmanageWindow(wwin, !reparented, False);
|
||||
}
|
||||
XUngrabServer(dpy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user