Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
92f3c18
)
fix
author
Anselm R Garbe <
[email protected]
>
Sat, 31 May 2008 16:37:13 +0000
(17:37 +0100)
committer
Anselm R Garbe <
[email protected]
>
Sat, 31 May 2008 16:37:13 +0000
(17:37 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
4a826d9
..
3cff294
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1306,7
+1306,7
@@
void
setmfact(const void *arg) {
double d = *((double*) arg);
setmfact(const void *arg) {
double d = *((double*) arg);
- if(!d || lt->arrange)
+ if(!d ||
!
lt->arrange)
return;
d = d < 1.0 ? d + mfact : d - 1.0;
if(d < 0.1 || d > 0.9)
return;
d = d < 1.0 ? d + mfact : d - 1.0;
if(d < 0.1 || d > 0.9)