aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/seat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index e3a46872..4abe91f7 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -72,6 +72,7 @@ struct sway_drag_icon {
72 struct wl_list link; // sway_root::drag_icons 72 struct wl_list link; // sway_root::drag_icons
73 73
74 double x, y; // in layout-local coordinates 74 double x, y; // in layout-local coordinates
75 int dx, dy; // offset in surface-local coordinates
75 76
76 struct wl_listener surface_commit; 77 struct wl_listener surface_commit;
77 struct wl_listener map; 78 struct wl_listener map;