This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed Gottox' buttonpress/ClkTagBar code
main
Anselm R Garbe
16 years ago
parent
b86c818599
commit
deef4c9bfd
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dwm.c
+ 2
- 2
dwm.c
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save