all repos — dwm @ 277155cf775369ad9645e68da59339acdc8f1117

my dwm build

another merge
Anselm R Garbe garbeam@gmail.com
Sun, 22 Jun 2008 09:29:35 +0100
commit

277155cf775369ad9645e68da59339acdc8f1117

parent

0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M dwm.cdwm.c

@@ -310,8 +310,8 @@ XButtonPressedEvent *ev = &e->xbutton;

click = ClkRootWin; if(ev->window == barwin) { - for(i = x = 0; ev->x >= x && ++i < LENGTH(tags); i++) - x += TEXTW(tags[i]); + i = x = 0; + do x += TEXTW(tags[i]); while(ev->x >= x && ++i < LENGTH(tags)); if(i < LENGTH(tags)) { click = ClkTagBar; arg.ui = 1 << i;