aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-16 12:29:50 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-16 12:29:50 +0200
commit94f7c2707bcd11de4e0174abe0c2634980dc283e (patch)
tree5530b0dd76976f4fca67556e08610ca3de6aeb5d /client.c
parent901b3ed9b7e3e4c7542797301ae2442938bcea20 (diff)
downloaddwm-94f7c2707bcd11de4e0174abe0c2634980dc283e.tar.zst
another XSync
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 522a425..69189de 100644
--- 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);
}
}