changing XFlush into XSync
This commit is contained in:
parent
c09bf8da07
commit
f60c597d65
4 changed files with 11 additions and 6 deletions
2
event.c
2
event.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue