aboutsummaryrefslogtreecommitdiffstats
path: root/include/handlers.h
blob: d7f6ffdd422a296170e5aa2a96f7170682e628e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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