changing XFlush into XSync

This commit is contained in:
Anselm R. Garbe
2006-07-15 18:11:14 +02:00
parent c09bf8da07
commit f60c597d65
4 changed files with 11 additions and 6 deletions

View File

@ -128,7 +128,7 @@ buttonpress(XEvent *e)
Client *c;
if(barwin == ev->window) {
x = (arrange == dofloat) ? textw("~") : 0;
x = 0;
for(a.i = 0; a.i < TLast; a.i++) {
x += textw(tags[a.i]);
if(ev->x < x) {