about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 2ec0bf7..a96eec1 100644
--- a/dwm.h
+++ b/dwm.h
@@ -115,7 +115,6 @@ extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is
 
 /* event.c */
 extern void grabkeys(void);			/* grab all keys defined in config.h */
-extern void procevent(void);			/* process pending X events */
 
 /* main.c */
 extern void drawstatus(void);			/* draw the bar */
as <dev@jeffas.io> 2019-07-19 18:12:57 +0100 committer Drew DeVault <sir@cmpwn.com> 2019-07-23 10:27:59 -0400 Add change tab command' href='/akspecs/aerc/commit/commands/ct.go?h=0.4.0&id=e42b95a617399b2736df96ae6469309e6b306d71'>e42b95a ^
6838c23 ^
e42b95a ^


e42b95a ^





989730d ^





















e42b95a ^



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