about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 13:03:53 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 13:03:53 +0200
commita1d0f819661f2be48f7a03ddd001f2a1a8f325e4 (patch)
tree94fb44049473e55b93f1d5b6baedd561c4c83a50 /dwm.h
parentc2cf829ef9dbfe89775bb20a802432a785a9a04b (diff)
downloaddwm-a1d0f819661f2be48f7a03ddd001f2a1a8f325e4.tar.gz
searching for a better way to discard enter notifies
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dwm.h b/dwm.h
index 29aa6a2..113e861 100644
--- a/dwm.h
+++ b/dwm.h
@@ -137,9 +137,6 @@ extern unsigned int textnw(char *text, unsigned int len);
 extern unsigned int textw(char *text);
 extern unsigned int texth(void);
 
-/* event.c */
-extern void discard_events(long even_mask);
-
 /* dev.c */
 extern void update_keys(void);
 extern void keypress(XEvent *e);
@@ -155,8 +152,5 @@ extern void quit(Arg *arg);
 /* util.c */
 extern void error(const char *errstr, ...);
 extern void *emallocz(unsigned int size);
-extern void *emalloc(unsigned int size);
-extern void *erealloc(void *ptr, unsigned int size);
-extern char *estrdup(const char *str);
 extern void spawn(Arg *arg);
 extern void swap(void **p1, void **p2);
committer Kartik K. Agaram <vc@akkartik.com> 2015-06-21 23:27:54 -0700 1616 - merging keyboard and events into 'console'' href='/akkartik/mu/commit/074keyboard.mu?h=hlt&id=45c08fea47de1a23ce98f4fc7a1c5c3bed92b5fb'>45c08fea ^
6fef33fd ^
7a84094a ^

6fef33fd ^

45c08fea ^
7a84094a ^
a0331a9b ^
e3092e7b ^

a0331a9b ^
77d5b5d6 ^
4a48bedc ^
760f683f ^
0d2686c7 ^
e3092e7b ^

d803b687 ^
77d5b5d6 ^
4a48bedc ^
e3092e7b ^
104854ca ^
7a84094a ^
a0331a9b ^
e3092e7b ^
7a84094a ^
80df524b ^
502d2ea5 ^
760f683f ^
dd660682 ^
e3092e7b ^
0d2686c7 ^


dd660682 ^
e3092e7b ^
6aa42628 ^
80df524b ^
dd660682 ^
e3092e7b ^

c6c19a27 ^


d803b687 ^
77d5b5d6 ^
4a48bedc ^
d803b687 ^


80df524b ^
dd660682 ^

e3092e7b ^
f8c0ef3e ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
f8c0ef3e ^
d803b687 ^
502d2ea5 ^


136412d2 ^
502d2ea5 ^
f8c0ef3e ^

5b1219ca ^
f8c0ef3e ^
6a0f71b9 ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
6a0f71b9 ^
d803b687 ^
ccfee303 ^


6a0f71b9 ^

5e9eff8c ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
dd660682 ^
104854ca ^
5e9eff8c ^
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