12 lines
189 B
12 lines
189 B
10 years ago
|
#ifndef _SWAY_HANDLERS_H
|
||
|
#define _SWAY_HANDLERS_H
|
||
10 years ago
|
#include "container.h"
|
||
10 years ago
|
#include <stdbool.h>
|
||
|
#include <wlc/wlc.h>
|
||
|
|
||
9 years ago
|
void register_wlc_handlers();
|
||
|
|
||
10 years ago
|
extern uint32_t keys_pressed[32];
|
||
10 years ago
|
|
||
10 years ago
|
#endif
|