labwc/src/input
Hiroaki Yamamoto d64e3915a3
Fix some header includes detected by clangd
There were some missing headers like <stddef.h> for `NULL`, <wayland-util.h>
for `wl_link` and <stdbool.h> for `true`/`false`.

Also this commit fixes that `labwc.h` and `ime.h` included each other.
2024-04-21 21:58:57 +02:00
..
cursor.c input: notify idle manager when emulating cursor move 2024-04-12 23:31:40 +02:00
gestures.c Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
ime.c IME: prevent virtual keyboard from unintentionally releasing modifiers (#1721) 2024-04-18 21:57:03 +01:00
input.c keyboard: set keyboard layout on reconfigure 2024-01-19 18:59:14 +00:00
key-state.c key-state: use struct assignment 2024-03-04 02:27:40 +01:00
keyboard.c Fix some header includes detected by clangd 2024-04-21 21:58:57 +02:00
meson.build IME: support input method 2024-03-05 20:28:15 +00:00
tablet.c input: move function to config 2024-01-22 21:50:18 +00:00
tablet_pad.c input: move function to config 2024-01-22 21:50:18 +00:00
touch.c Handle touch on headerbar (#1550) 2024-03-05 20:41:17 +00:00