1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-28 05:46:28 +02:00
sway/include/handlers.h
2016-03-24 14:08:53 -04:00

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