tdf#140272 gtk3: fix crash with dnd using touch
commit8bf70e7af7ae596edf7610cdfc8a728801dd259a
authorCaolán McNamara <caolanm@redhat.com>
Tue, 26 Apr 2022 13:37:10 +0000 (26 14:37 +0100)
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Mon, 2 May 2022 07:03:52 +0000 (2 09:03 +0200)
tree1fd89ca6d02ab6b4dd82ce0a010d52c99901d11f
parent25b8ab957195534ae199776a9f7638a564d77ffb
tdf#140272 gtk3: fix crash with dnd using touch

gdk_wayland_drag_context_manage_dnd needs
gdk_device_window_at_position(device, ...)
to succeed

similar to the problem of https://gitlab.gnome.org/GNOME/gtk/-/issues/1080

Change-Id: I2e1956b40a622b1d74d3aef3b5fac654fc1256eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133409
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
vcl/unx/gtk3/gtkframe.cxx