another XSync

This commit is contained in:
Anselm R. Garbe 2006-07-16 12:29:50 +02:00
parent 901b3ed9b7
commit 94f7c2707b
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
ban(c);
XMapRaised(dpy, c->win);
XMapRaised(dpy, c->title);
XSync(dpy, False);
}
}