wlroots/include
Consolatis 546c5d000d xwayland: fix xdg->xwayland drag-and-drop
As struct wlr_drag is destroyed on drop and in the process resets
the focus, a xwayland dnd listener would also reset xwm->drag_focus.

This prevents the xcb replies from being processed and also prevents
the transfer if a compositor would not additionally request new focus
in its wlr_drag destroy handler (which is something usually only done
when in a focus-follows-mouse setting).

This patch creates a new xwm->drop_focus pointer which is a copy of
xwm->drag_focus at drop time. The xcb reply handler and transfer
logic now use the new xwm->drop_focus for their authorization checks.
2024-12-11 08:51:10 +01:00
..
backend backend/wayland: add support for explicit sync 2024-11-11 15:22:22 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render renderer: Drop mention of wlr_renderer_begin_with_buffer 2024-11-11 22:48:50 +00:00
types wlr_keyboard: don't emit key event for duplicated keycodes 2024-11-28 16:24:57 +00:00
util util/time: Move NSEC_PER_SEC to header 2024-11-07 10:22:56 +01:00
wlr data-device: reset focused surface when destroyed 2024-12-11 07:15:02 +00:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland: fix xdg->xwayland drag-and-drop 2024-12-11 08:51:10 +01:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00