about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-04 10:51:39 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-04 10:51:39 +0200
commit4135e34dfa61d32625ef20e8e38064b465402f4a (patch)
treebeb8cfbcb846eb3a6a3172567ca70a67866d934f /event.c
parent846128a498759bfcbf363fc014e50c1bf48bdf0c (diff)
downloaddwm-4135e34dfa61d32625ef20e8e38064b465402f4a.tar.gz
I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
Diffstat (limited to 'event.c')
0 files changed, 0 insertions, 0 deletions
d52962b3e6f91e458fbf858e62e684494373af8'>0d52962 ^
3874f32 ^
3850fba ^
0d52962 ^

5aae527 ^
0d52962 ^
5aae527 ^
0d52962 ^
5aae527 ^
0d52962 ^

5aae527 ^

0d52962 ^
5aae527 ^

0d52962 ^





5aae527 ^

0d52962 ^
5aae527 ^

0d52962 ^




5aae527 ^



0d52962 ^
5aae527 ^

3b36093 ^
5aae527 ^
0d52962 ^


5aae527 ^
0d52962 ^
5aae527 ^
0d52962 ^
5aae527 ^
0d52962 ^

5aae527 ^

0d52962 ^
5aae527 ^

0d52962 ^





5aae527 ^

0d52962 ^
5aae527 ^

0d52962 ^




5aae527 ^



0d52962 ^
5aae527 ^

3b36093 ^
5aae527 ^
0d52962 ^













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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114