diff options
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 49b9d09b..6d7495dd 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -7,6 +7,7 @@ #include <wlr/util/edges.h> #include "sway/config.h" #include "sway/input/input-manager.h" +#include "sway/input/text_input.h" struct sway_seat; @@ -86,6 +87,8 @@ struct sway_seat { list_t *deferred_bindings; // struct sway_binding + struct sway_input_method_relay im_relay; + struct wl_listener focus_destroy; struct wl_listener new_node; struct wl_listener request_start_drag; |