mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -3,10 +3,10 @@
|
|||
#ifndef LABWC_IME_H
|
||||
#define LABWC_IME_H
|
||||
|
||||
#include <wlr/types/wlr_text_input_v3.h>
|
||||
#include <wlr/types/wlr_input_method_v2.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
struct keyboard;
|
||||
struct wlr_keyboard_key_event;
|
||||
|
||||
/*
|
||||
* The relay structure manages the relationship between text-inputs and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue