Update to new WLC API

This commit is contained in:
Drew DeVault 2016-03-24 14:08:53 -04:00
parent 686530d5e8
commit 5c85c018b4
3 changed files with 23 additions and 37 deletions

View file

@ -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