mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
tree-wide: use forward declarations for wlr types
This commit is contained in:
parent
10953ae1a5
commit
2d96537630
40 changed files with 63 additions and 12 deletions
|
|
@ -2,7 +2,8 @@
|
|||
#ifndef LABWC_KEYBIND_H
|
||||
#define LABWC_KEYBIND_H
|
||||
|
||||
#include <wlr/types/wlr_keyboard.h>
|
||||
#include <stdbool.h>
|
||||
#include <wayland-util.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
||||
#define MAX_KEYSYMS 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue