mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
xwayland: send DND_DROP
This commit is contained in:
parent
73394deb76
commit
2a34b154e6
5 changed files with 123 additions and 4 deletions
|
|
@ -943,7 +943,7 @@ static void xwm_handle_client_message(struct wlr_xwm *xwm,
|
|||
xwm_handle_net_wm_state_message(xwm, ev);
|
||||
} else if (ev->type == xwm->atoms[_NET_WM_MOVERESIZE]) {
|
||||
xwm_handle_net_wm_moveresize_message(xwm, ev);
|
||||
} else {
|
||||
} else if (!xwm_handle_selection_client_message(xwm, ev)) {
|
||||
wlr_log(L_DEBUG, "unhandled x11 client message %u", ev->type);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue