projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86c818
)
fixed Gottox' buttonpress/ClkTagBar code
author
Anselm R Garbe
<garbeam@gmail.com>
Sat, 21 Jun 2008 12:49:43 +0000
(13:49 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sat, 21 Jun 2008 12:49:43 +0000
(13:49 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index a5a9de25c2d825d0373bb030aea4821478f3bc52..d4ce1e4fb974f6df6257f256dc913e83c794230e 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;