diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-25 18:10:42 +0100 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2022-12-06 22:39:45 +0000 |
commit | a4a40618adb287d6ebebf099ca4d64f39b7f7770 (patch) | |
tree | c7596b2264c9c9c8137a3b802f96bce91b0b7586 /include | |
parent | cb6b1193c8aff879c79ceda8cf5bf737837fcb05 (diff) |
backend/libinput: use internal_config
Removes project arguments.
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index 1ec94c2d..36c4794b 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -12,6 +12,8 @@ #include <wlr/types/wlr_tablet_tool.h> #include <wlr/types/wlr_touch.h> +#include "config.h" + struct wlr_libinput_backend { struct wlr_backend backend; |