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 wrap: on
line diff
--- a/event.c	Sat Jul 15 17:19:19 2006 +0200
+++ b/event.c	Sat Jul 15 18:11:14 2006 +0200
@@ -128,7 +128,7 @@
 	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) {