Merge branch 'dnd' into 'master'

xwayland/dnd: add support for XdndProxy

See merge request wlroots/wlroots!5024
This commit is contained in:
Xu Rui 2026-01-20 08:21:44 +00:00
commit 6833511dc8
2 changed files with 41 additions and 1 deletions

View file

@ -174,6 +174,9 @@ struct wlr_xwayland_surface {
*/
xcb_ewmh_wm_strut_partial_t *strut_partial;
/* XdndProxy window */
xcb_window_t proxy_window;
bool pinging;
struct wl_event_source *ping_timer;