mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
12 lines
189 B
C
12 lines
189 B
C
#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
|