mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland: allow drag data source transfer after drag ends
This commit is contained in:
parent
743466d475
commit
ca2a73b90d
2 changed files with 33 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue