mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
11
include/sway/handlers.h
Normal file
11
include/sway/handlers.h
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue