This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
play safe
master
Anselm R Garbe
16 years ago
parent
6cbe47d481
commit
21cd59a630
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dwm.c
+ 2
- 2
dwm.c
View File
@ -874,7 +874,7 @@ getmon(Window w) {
return
m
;
return
m
;
if
(
(
c
=
getclient
(
w
)
)
)
if
(
(
c
=
getclient
(
w
)
)
)
return
c
-
>
mon
;
return
c
-
>
mon
;
return
sel
mon
;
return
mon
s
;
}
}
Monitor
*
Monitor
*
@ -893,7 +893,7 @@ getmonxy(int x, int y) {
for
(
m
=
mons
;
m
;
m
=
m
-
>
next
)
for
(
m
=
mons
;
m
;
m
=
m
-
>
next
)
if
(
INRECT
(
x
,
y
,
m
-
>
wx
,
m
-
>
wy
,
m
-
>
ww
,
m
-
>
wh
)
)
if
(
INRECT
(
x
,
y
,
m
-
>
wx
,
m
-
>
wy
,
m
-
>
ww
,
m
-
>
wh
)
)
return
m
;
return
m
;
return
sel
mon
;
return
mon
s
;
}
}
Bool
Bool
Write
Preview
Loading…
Cancel
Save