1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-11 01:09:09 +00:00
sway/include/handlers.h
2015-10-29 16:37:19 +01:00

10 lines
197 B
C

#ifndef _SWAY_HANDLERS_H
#define _SWAY_HANDLERS_H
#include "container.h"
#include <stdbool.h>
#include <wlc/wlc.h>
extern struct wlc_interface interface;
extern uint32_t keys_pressed[32];
#endif