about summary refs log tree commit diff stats
path: root/util.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-10 22:16:48 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-10 22:16:48 +0200
commit439e15d09f6fa9271d3b49ef97194f0c80ebe161 (patch)
tree0f1abd8629f3fc226bb313ce29f00b6b8424f375 /util.h
parent2de59d0f0927cec656fc4b9f6fc9ea178fb01c1e (diff)
downloaddwm-439e15d09f6fa9271d3b49ef97194f0c80ebe161.tar.gz
added several other stuff
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/util.h b/util.h
index 8ba444b..cac3df0 100644
--- a/util.h
+++ b/util.h
@@ -2,6 +2,7 @@
  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
  * See LICENSE file for license details.
  */
+#include <X11/Xlib.h>
 
 extern void error(char *errstr, ...);
 extern void *emallocz(unsigned int size);
@@ -12,5 +13,6 @@ extern char *estrdup(const char *str);
 		if(!(a)) \
 			failed_assert(#a, __FILE__, __LINE__); \
 	} while (0)
-void failed_assert(char *a, char *file, int line);
-void swap(void **p1, void **p2);
+extern void failed_assert(char *a, char *file, int line);
+extern void swap(void **p1, void **p2);
+extern void spawn(Display *dpy, const char *shell, const char *cmd);
nim?h=devel&id=f449d2b7611b4d945eabe03ffb52b5235c544d80'>f449d2b76 ^
11b695875 ^
f449d2b76 ^
11b695875 ^

f449d2b76 ^
79dafe08e ^
f449d2b76 ^


43bddf62d ^
f449d2b76 ^


11b695875 ^


f449d2b76 ^



0e7f2ca3f ^
11b695875 ^

0e7f2ca3f ^

11b695875 ^





43bddf62d ^
12d2a3751 ^
0e7f2ca3f ^
0e7f2ca3f ^


9724bd4e1 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
0d4e52c64 ^
9724bd4e1 ^
0e7f2ca3f ^

43bddf62d ^
9724bd4e1 ^
d45667240 ^
9724bd4e1 ^
d45667240 ^

12d2a3751 ^
0e7f2ca3f ^


12d2a3751 ^
0e7f2ca3f ^



9724bd4e1 ^
0e7f2ca3f ^



68d7c61c2 ^
9724bd4e1 ^
0e7f2ca3f ^

9724bd4e1 ^
43bddf62d ^

12d2a3751 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^



0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^
68d7c61c2 ^
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