wayland: Implement DnD actions as per wl_data_device v3
Implement as a managed GdkDragContext, which actually fits nicely with the drag-and-drop model in wayland.
This commit is contained in:
@ -93,6 +93,7 @@ struct _GdkWaylandDisplay
|
||||
|
||||
int compositor_version;
|
||||
int seat_version;
|
||||
int data_device_manager_version;
|
||||
|
||||
struct xkb_context *xkb_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user