aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
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 @@
7#include <wlr/util/edges.h> 7#include <wlr/util/edges.h>
8#include "sway/config.h" 8#include "sway/config.h"
9#include "sway/input/input-manager.h" 9#include "sway/input/input-manager.h"
10#include "sway/input/text_input.h"
10 11
11struct sway_seat; 12struct sway_seat;
12 13
@@ -86,6 +87,8 @@ struct sway_seat {
86 87
87 list_t *deferred_bindings; // struct sway_binding 88 list_t *deferred_bindings; // struct sway_binding
88 89
90 struct sway_input_method_relay im_relay;
91
89 struct wl_listener focus_destroy; 92 struct wl_listener focus_destroy;
90 struct wl_listener new_node; 93 struct wl_listener new_node;
91 struct wl_listener request_start_drag; 94 struct wl_listener request_start_drag;