JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
another XSync
[dwm.git] / client.c
index 522a425..69189de 100644 (file)
--- a/client.c
+++ b/client.c
@@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
                ban(c);
                XMapRaised(dpy, c->win);
                XMapRaised(dpy, c->title);
+               XSync(dpy, False);
        }
 }