diff options
author | llyyr <llyyr.public@gmail.com> | 2023-11-22 00:05:03 +0530 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-11-22 00:42:55 +0300 |
commit | a946b1aecfa3f32a3bfae66d66df0bdf77440d69 (patch) | |
tree | 08a09b61e0ae2ab7de4197f9961c998b0aa69fc6 /include | |
parent | 4ad15a4015feef2ecfba311c13e64e3976cc611c (diff) |
Chase wlroots!4440
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4440
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/input-manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h index 4bd51709..145edd4b 100644 --- a/include/sway/input/input-manager.h +++ b/include/sway/input/input-manager.h @@ -1,7 +1,6 @@ #ifndef _SWAY_INPUT_INPUT_MANAGER_H #define _SWAY_INPUT_INPUT_MANAGER_H #include <libinput.h> -#include <wlr/types/wlr_input_inhibitor.h> #include <wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h> #include <wlr/types/wlr_virtual_keyboard_v1.h> #include <wlr/types/wlr_virtual_pointer_v1.h> @@ -21,7 +20,6 @@ struct sway_input_manager { struct wl_list devices; struct wl_list seats; - struct wlr_input_inhibit_manager *inhibit; struct wlr_keyboard_shortcuts_inhibit_manager_v1 *keyboard_shortcuts_inhibit; struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard; struct wlr_virtual_pointer_manager_v1 *virtual_pointer; |