commit 94f7c2707bcd11de4e0174abe0c2634980dc283e parent 901b3ed9b7e3e4c7542797301ae2442938bcea20 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Sun, 16 Jul 2006 12:29:50 +0200 another XSync Diffstat:
M | client.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git 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); } }