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
small fix of a corner case
main
Anselm R. Garbe
18 years ago
parent
6646468125
commit
ad0da9a571
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
@ -213,7 +213,7 @@ dotile(Arg *arg) {
c
-
>
x
=
sx
+
master
+
(
i
-
1
)
*
tw
;
c
-
>
y
=
sy
+
bh
;
if
(
i
+
1
=
=
n
)
c
-
>
w
=
s
x
+
stack
w
-
c
-
>
x
-
2
*
BORDERPX
;
c
-
>
w
=
sw
-
c
-
>
x
-
2
*
BORDERPX
;
}
break
;
}
Write
Preview
Loading…
Cancel
Save