another XSync
authorAnselm R. Garbe <garbeam@wmii.de>
Sun, 16 Jul 2006 10:29:50 +0000 (12:29 +0200)
committerAnselm R. Garbe <garbeam@wmii.de>
Sun, 16 Jul 2006 10:29:50 +0000 (12:29 +0200)
client.c

index 522a425b1f3a6f2c82c2d3c28a74d0e73a7bde41..69189dea1afb1b5c4e8f750c7447ceb52b1bb1b1 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);
        }
 }