Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
(from parent 1:
0c38ec7
)
another merge
author
Anselm R Garbe <
[email protected]
>
Sun, 22 Jun 2008 08:29:35 +0000
(09:29 +0100)
committer
Anselm R Garbe <
[email protected]
>
Sun, 22 Jun 2008 08:29:35 +0000
(09:29 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
fe2dc1f
..
188e445
100644
(file)
--- a/
dwm.c
+++ b/
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;