mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
tree-wide: use forward declarations for wlr types
This commit is contained in:
parent
b00873a988
commit
d2ce31fcc9
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