2015-08-06 22:24:14 +10:00
|
|
|
#ifndef _SWAY_HANDLERS_H
|
|
|
|
#define _SWAY_HANDLERS_H
|
2015-08-18 17:28:44 +10:00
|
|
|
#include "container.h"
|
2015-08-06 22:24:14 +10:00
|
|
|
#include <stdbool.h>
|
|
|
|
#include <wlc/wlc.h>
|
|
|
|
|
2016-03-25 05:08:53 +11:00
|
|
|
void register_wlc_handlers();
|
|
|
|
|
2015-08-18 16:33:15 +10:00
|
|
|
extern uint32_t keys_pressed[32];
|
2015-08-09 23:23:10 +10:00
|
|
|
|
2015-08-06 22:24:14 +10:00
|
|
|
#endif
|