This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
take bar into account
config
Anselm R Garbe
16 years ago
parent
234b12eb73
commit
6bdef73a4f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -963,7 +963,7 @@ manage(Window w, XWindowAttributes *wa) {
if
(
c
-
>
y
+
c
-
>
h
+
2
*
c
-
>
bw
>
sy
+
sh
)
c
-
>
y
=
sy
+
sh
-
c
-
>
h
-
2
*
c
-
>
bw
;
c
-
>
x
=
MAX
(
c
-
>
x
,
sx
)
;
c
-
>
y
=
MAX
(
c
-
>
y
,
sy
)
;
c
-
>
y
=
MAX
(
c
-
>
y
,
by
=
=
0
?
bh
:
sy
)
;
c
-
>
bw
=
borderpx
;
}
Write
Preview
Loading…
Cancel
Save