commit 277155cf775369ad9645e68da59339acdc8f1117 from: Anselm R Garbe date: Sun Jun 22 08:29:35 2008 UTC another merge commit - 0c38ec7cd64dfc0bebccfcb0da2a2d250bf5f46e commit + 277155cf775369ad9645e68da59339acdc8f1117 blob - fe2dc1f10127bfb17c1035d074f5f3587dae24b0 blob + 188e445d208ce7aeb733b5916261da5e820a844e --- dwm.c +++ dwm.c @@ -310,8 +310,8 @@ buttonpress(XEvent *e) { 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;