aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-03-24 14:08:53 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-03-24 14:08:53 -0400
commit923292e73ac2dce144da723d2e2c4da98b23e5a3 (patch)
treef9cf3829b189547dbcef1fba71770c4f0bb081bd /include
parent3e24e3b686304950a9c4d5d7a7f79d9587857c49 (diff)
Update to new WLC API
Diffstat (limited to 'include')
-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 @@
#include <stdbool.h>
#include <wlc/wlc.h>
-extern struct wlc_interface interface;
+void register_wlc_handlers();
+
extern uint32_t keys_pressed[32];
#endif