dwm-meillo

diff event.c @ 78:0d71fb80b592

changing XFlush into XSync
author Anselm R. Garbe <garbeam@wmii.de>
date Sat, 15 Jul 2006 18:11:14 +0200
parents 38c8f7f7d401
children aabebd6e61f3
line diff
     1.1 --- a/event.c	Sat Jul 15 17:19:19 2006 +0200
     1.2 +++ b/event.c	Sat Jul 15 18:11:14 2006 +0200
     1.3 @@ -128,7 +128,7 @@
     1.4  	Client *c;
     1.5  
     1.6  	if(barwin == ev->window) {
     1.7 -		x = (arrange == dofloat) ? textw("~") : 0;
     1.8 +		x = 0;
     1.9  		for(a.i = 0; a.i < TLast; a.i++) {
    1.10  			x += textw(tags[a.i]);
    1.11  			if(ev->x < x) {