xwayland: allow drag data source transfer after drag ends

This commit is contained in:
emersion 2018-03-29 11:40:19 -04:00
parent 743466d475
commit ca2a73b90d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 33 additions and 19 deletions

View file

@ -139,6 +139,7 @@ struct wlr_xwm {
struct wl_listener seat_drag_motion;
struct wl_listener seat_drag_drop;
struct wl_listener seat_drag_destroy;
struct wl_listener seat_drag_source_destroy;
};
struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland);