mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
dnd: ensure internal dnd handlers are unlinked on xwm_destroy()
Fixes #3925
This commit is contained in:
parent
c6dd5e3c2e
commit
be3d2b74cf
3 changed files with 18 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ void xwm_set_cursor(struct wlr_xwm *xwm, const uint8_t *pixels, uint32_t stride,
|
|||
int xwm_handle_selection_event(struct wlr_xwm *xwm, xcb_generic_event_t *event);
|
||||
int xwm_handle_selection_client_message(struct wlr_xwm *xwm,
|
||||
xcb_client_message_event_t *ev);
|
||||
void xwm_seat_unlink_drag_handlers(struct wlr_xwm *xwm);
|
||||
|
||||
void xwm_set_seat(struct wlr_xwm *xwm, struct wlr_seat *seat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue