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 bugfix
main
Anselm R. Garbe
17 years ago
parent
a200c39635
commit
e4ad320599
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tile.c
+ 1
- 1
tile.c
View File
@ -12,7 +12,7 @@ void
addtomwfact
(
const
char
*
arg
)
{
double
delta
;
if
(
isarrange
(
tile
)
)
if
(
!
isarrange
(
tile
)
)
return
;
/* arg handling, manipulate mwfact */
Write
Preview
Loading…
Cancel
Save