]> git.mdlowis.com Git - proto/labwc.git/commit
Fix some header includes detected by clangd
authorHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 21 Apr 2024 19:58:57 +0000 (04:58 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 19:58:57 +0000 (21:58 +0200)
commitd64e3915a39dc95a6196e49c07b940cbf94b388c
tree38453dfafa32009884e3803f051be4f883bffecf
parentd67345564e86ffcc267cc7783cf28240bb0d70b2
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.
include/action.h
include/button/common.h
include/common/scaled_scene_buffer.h
include/config/default-bindings.h
include/config/touch.h
include/labwc.h
include/window-rules.h
src/debug.c
src/input/keyboard.c
src/seat.c