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
applied Szabolcs Nagy's patch (thank you!)
config
arg@mig29
18 years ago
parent
0c97b21b61
commit
d2a4952956
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
view.c
+ 1
- 1
view.c
View File
@ -99,7 +99,7 @@ dotile(void) {
c
-
>
x
+
=
mpx
;
c
-
>
w
=
stackw
-
2
*
BORDERPX
;
if
(
th
>
bh
)
{
c
-
>
y
=
way
+
(
i
-
1
)
*
th
;
c
-
>
y
+
=
(
i
-
1
)
*
th
;
c
-
>
h
=
th
-
2
*
BORDERPX
;
}
else
/* fallback if th < bh */
Write
Preview
Loading…
Cancel
Save