about summary refs log tree commit diff stats
path: root/tile.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-19 12:42:26 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-19 12:42:26 +0100
commit64707da9636d7e9d27281ac8fed8f29c3be4b3ba (patch)
tree5dafd60b5aaa752135b6b565b84bf6244dbaef15 /tile.c
parent549726869bd88f70727ecae8a28161700395b20b (diff)
downloaddwm-64707da9636d7e9d27281ac8fed8f29c3be4b3ba.tar.gz
updatetilegeom should be fine for setmfact
Diffstat (limited to 'tile.c')
-rw-r--r--tile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile.c b/tile.c
index 46cb500..8003c14 100644
--- a/tile.c
+++ b/tile.c
@@ -20,7 +20,7 @@ setmfact(const char *arg) {
 			return;
 		mfact = d;
 	}
-	updategeom();
+	updatetilegeom();
 	arrange();
 }
 
c'>b3556b21 ^
62cd83ba ^






f07bb12f ^















34a60763 ^
f07bb12f ^









34a60763 ^
f07bb12f ^


34a60763 ^
f07bb12f ^
























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82