diff options
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h index bb941dc..c4594fc 100644 --- a/dwm.h +++ b/dwm.h @@ -108,6 +108,7 @@ extern unsigned int textw(const char *text); /* event.c */ extern void grabkeys(); +extern void procevent(); /* main.c */ extern int getproto(Window w); |