about summary refs log tree commit diff stats
path: root/gridsel.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-09-08 22:24:05 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-09-08 22:24:05 +0100
commit53cac176928b67db4eb551295291ab09650927eb (patch)
tree79c695612a4255eb24d5448be7a93ec01b510464 /gridsel.c
parent83abfc05eb5a1e6ee762ce2921d9d5270e40c9ee (diff)
downloaddwm-53cac176928b67db4eb551295291ab09650927eb.tar.gz
using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99 5.2
Diffstat (limited to 'gridsel.c')
0 files changed, 0 insertions, 0 deletions
ame the previous revision' href='/akspecs/ranger/blame/doc/pydoc/ranger.__main__.html?h=v1.6.0&id=0cfc59d6028c6b43e1dc323b94c84a8157db1859'>^
62cd83ba ^



b3556b21 ^
62cd83ba ^






4c13e1f2 ^
















62cd83ba ^
4c13e1f2 ^

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