blob: 956b98f452f25efd3ec3a8b687b9f3254e9a6928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _SWAY_HANDLERS_H
#define _SWAY_HANDLERS_H
#include "container.h"
#include <stdbool.h>
#include <wlc/wlc.h>
void register_wlc_handlers();
extern uint32_t keys_pressed[32];
#endif
|