mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-26 01:40:35 -05:00
xwayland: listen for wlr_drag destroy
This commit is contained in:
parent
6ad84242df
commit
12a37d666c
2 changed files with 36 additions and 32 deletions
|
|
@ -117,6 +117,7 @@ struct wlr_xwm {
|
|||
struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link
|
||||
|
||||
struct wlr_drag *incoming_drag;
|
||||
|
||||
struct wlr_drag *drag;
|
||||
struct wlr_xwayland_surface *drag_focus;
|
||||
|
||||
|
|
@ -135,6 +136,7 @@ struct wlr_xwm {
|
|||
struct wl_listener seat_drag_drop;
|
||||
struct wl_listener seat_drag_destroy;
|
||||
struct wl_listener seat_drag_source_destroy;
|
||||
struct wl_listener incoming_drag_destroy;
|
||||
};
|
||||
|
||||
struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue