diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-16 12:29:50 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-16 12:29:50 +0200 |
commit | 94f7c2707bcd11de4e0174abe0c2634980dc283e (patch) | |
tree | 5530b0dd76976f4fca67556e08610ca3de6aeb5d /client.c | |
parent | 901b3ed9b7e3e4c7542797301ae2442938bcea20 (diff) | |
download | dwm-94f7c2707bcd11de4e0174abe0c2634980dc283e.tar.gz |
another XSync
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 1 |
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); } } |