aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2016-03-24 14:08:53 -0400
committerLibravatar Drew DeVault <ddevault@linode.com>2016-03-24 14:08:53 -0400
commit5c85c018b4692e1bccedaf9d10be052b79e7dc63 (patch)
treef9cf3829b189547dbcef1fba71770c4f0bb081bd /include
parentMerge pull request #535 from mikkeloscar/fix-swaylock-crash (diff)
downloadsway-5c85c018b4692e1bccedaf9d10be052b79e7dc63.tar.gz
sway-5c85c018b4692e1bccedaf9d10be052b79e7dc63.tar.zst
sway-5c85c018b4692e1bccedaf9d10be052b79e7dc63.zip
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 @@
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