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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 37de1223..2256fff1 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -64,6 +64,12 @@ struct sway_drag_icon {
64 struct wl_listener destroy; 64 struct wl_listener destroy;
65}; 65};
66 66
67struct sway_drag {
68 struct sway_seat *seat;
69 struct wlr_drag *wlr_drag;
70 struct wl_listener destroy;
71};
72
67struct sway_seat { 73struct sway_seat {
68 struct wlr_seat *wlr_seat; 74 struct wlr_seat *wlr_seat;
69 struct sway_cursor *cursor; 75 struct sway_cursor *cursor;