about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-06 15:22:13 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-06 15:22:13 +0100
commit2ddc78720aceda76e22fd3584740fc86a2e7c677 (patch)
tree83a3789f995ef2c8c53d64d9d82aa7d150e36d7e /draw.c
parent7ece30ebc04640258b5e20dcc71f51e1b01c9222 (diff)
downloaddwm-2ddc78720aceda76e22fd3584740fc86a2e7c677.tar.gz
implemented aspect ratio support of windows
Diffstat (limited to 'draw.c')
0 files changed, 0 insertions, 0 deletions
1-19 08:05:39 +0100 committer Anselm R. Garbe <arg@suckless.org> 2007-01-19 08:05:39 +0100 I prefer BORDERPX=1' href='/acidbong/suckless/dwm/commit/config.default.h?h=4.4.1&id=b1c9f5f1447846cf75b0184445062b1c30753452'>b1c9f5f ^
6538265 ^
f6656ff ^
ceea528 ^
b55bd70 ^
a3319c6 ^
0045ad8 ^
fbd3109 ^




b55bd70 ^
19390b1 ^
97ced11 ^
0b80d18 ^
19390b1 ^
b515765 ^

b515765 ^
19dcbc5 ^






8c4623d ^

42fd392 ^
19dcbc5 ^




1617b95 ^



19dcbc5 ^




1617b95 ^



19dcbc5 ^


42fd392 ^
19dcbc5 ^




1617b95 ^



19dcbc5 ^




1617b95 ^



19dcbc5 ^
b515765 ^

d6a6eca ^
2dd5212 ^
b515765 ^

d6a6eca ^
a08d83b ^
b515765 ^
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