1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 22:28:02 +01:00

Hope this fix a crash relate to dematerialize.

This commit is contained in:
id
1999-06-06 11:55:02 +00:00
parent ec54fa3f38
commit b24129831d

View File

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