mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-01 07:16:18 -04:00
xwayland: receive dnd position, send dnd status
This commit is contained in:
parent
0207105291
commit
6ad84242df
3 changed files with 85 additions and 17 deletions
|
|
@ -290,7 +290,7 @@ static void seat_handle_start_drag(struct wl_listener *listener, void *data) {
|
|||
struct wlr_drag *drag = data;
|
||||
|
||||
if (drag && (drag->source == NULL ||
|
||||
!data_source_is_xwayland(drag->source))) {
|
||||
data_source_is_xwayland(drag->source))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue