summaryrefslogtreecommitdiffstats
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index eb6c09a1..c963de9b 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -78,6 +78,8 @@ struct sway_seat {
78 78
79 uint32_t last_button_serial; 79 uint32_t last_button_serial;
80 80
81 list_t *deferred_bindings; // struct sway_binding
82
81 struct wl_listener focus_destroy; 83 struct wl_listener focus_destroy;
82 struct wl_listener new_node; 84 struct wl_listener new_node;
83 struct wl_listener request_start_drag; 85 struct wl_listener request_start_drag;