JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 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);
                ban(c);
                XMapRaised(dpy, c->win);
                XMapRaised(dpy, c->title);
+               XSync(dpy, False);
        }
 }
 
        }
 }