diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/input/seat.h | 1 |
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 { struct wl_list link; // sway_root::drag_icons double x, y; // in layout-local coordinates + int dx, dy; // offset in surface-local coordinates struct wl_listener surface_commit; struct wl_listener map; |