aboutsummaryrefslogtreecommitdiff
path: root/include/handlers.h
diff options
context:
space:
mode:
authorDrew DeVault <ddevault@linode.com>2016-03-24 14:08:53 -0400
committerDrew DeVault <ddevault@linode.com>2016-03-24 14:08:53 -0400
commit5c85c018b4692e1bccedaf9d10be052b79e7dc63 (patch)
treef9cf3829b189547dbcef1fba71770c4f0bb081bd /include/handlers.h
parent686530d5e8f21ed146a489ad8a477f9241dfc722 (diff)
Update to new WLC API
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 @@
#include <stdbool.h>
#include <wlc/wlc.h>
-extern struct wlc_interface interface;
+void register_wlc_handlers();
+
extern uint32_t keys_pressed[32];
#endif