mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
Hope this fix a crash relate to dematerialize.
This commit is contained in:
@@ -130,7 +130,6 @@ DoKaboom(WScreen *scr, Window win, int x, int y)
|
|||||||
|
|
||||||
while (XCheckTypedEvent(dpy, MotionNotify, &event)) {
|
while (XCheckTypedEvent(dpy, MotionNotify, &event)) {
|
||||||
}
|
}
|
||||||
XPutBackEvent(dpy, &event);
|
|
||||||
XFlush(dpy);
|
XFlush(dpy);
|
||||||
|
|
||||||
XUngrabServer(dpy);
|
XUngrabServer(dpy);
|
||||||
|
|||||||
Reference in New Issue
Block a user