1
0
mirror of git://git.suckless.org/dwm synced 2025-02-16 11:26:49 +00:00

another XSync

This commit is contained in:
Anselm R. Garbe 2006-07-16 12:29:50 +02:00
parent 901b3ed9b7
commit 94f7c2707b

View File

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