mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
wayland: Remove an unused field
GdkDragWayland.suggested_action was entirely unused, so drop it.
This commit is contained in:
parent
b94c3166bf
commit
63ab523146
@ -51,7 +51,6 @@ struct _GdkWaylandDrag
|
||||
struct wl_surface *dnd_wl_surface;
|
||||
struct wl_data_source *data_source;
|
||||
struct wl_data_offer *offer;
|
||||
GdkDragAction selected_action;
|
||||
uint32_t serial;
|
||||
gint hot_x;
|
||||
gint hot_y;
|
||||
|
Loading…
Reference in New Issue
Block a user