input/seat: locally compute drag icon offset

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3861
This commit is contained in:
Simon Ser 2022-11-15 14:48:28 +01:00 committed by Kirill Primak
parent e1be46875d
commit 024c3e4428
2 changed files with 8 additions and 4 deletions

View file

@ -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;