Merge branch 'display-images' of github.com:nuew/sway

This commit is contained in:
Nuew 2016-03-24 18:16:58 -04:00
commit 51fa9de688
9 changed files with 154 additions and 110 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