aboutsummaryrefslogtreecommitdiffstats
path: root/include/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/handlers.h')
-rw-r--r--include/handlers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/handlers.h b/include/handlers.h
index d7f6ffdd..956b98f4 100644
--- a/include/handlers.h
+++ b/include/handlers.h
@@ -4,7 +4,8 @@
4#include <stdbool.h> 4#include <stdbool.h>
5#include <wlc/wlc.h> 5#include <wlc/wlc.h>
6 6
7extern struct wlc_interface interface; 7void register_wlc_handlers();
8
8extern uint32_t keys_pressed[32]; 9extern uint32_t keys_pressed[32];
9 10
10#endif 11#endif