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
|
|
@ -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