Skip to content

GdkWin32: Fix DND destination window search

Luca Bacci requested to merge lb90/gtk:gtk3-dnd-find-dest-window-fix into gtk-3-24

This MR fixes two issues:

  1. DND not working when recording the screen e.g. with ScreenToGif, or in live screencasts during calls / chats with Skype, Google Meet etc.
  2. OLE2 DND not working when layered windows are suppressed in GTK3 (GDK_WIN32_LAYERED=0) and the DND indicator is placed right under the cursor. (That's not very important for GTK3, but it really is for GTK4)

Follow-up from !2767 (comment 1054295)

Fixes https://gitlab.com/inkscape/inkscape/-/issues/2749

Edited by Luca Bacci

Merge request reports