dnd: ensure internal dnd handlers are unlinked on xwm_destroy()

Fixes #3925
This commit is contained in:
Consolatis 2024-11-22 18:29:37 +01:00 committed by Simon Ser
parent c6dd5e3c2e
commit be3d2b74cf
3 changed files with 18 additions and 0 deletions

View file

@ -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);