1
0
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:
kojima
1999-03-16 00:16:29 +00:00
parent 7f9f88940d
commit d0166d199f
2 changed files with 5 additions and 5 deletions

View File

@@ -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);
}