From 7c3e3d66d63f0dfd33902ab7541724cf2dc4cd76 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 7 Jan 2020 14:48:48 +0100 Subject: Fix drag and drop for X11 in Gtk "XDND drag-and-drop does not work with reparented external windows, since messages are exchanged with the toplevel window only" To address this, the XDND specification allows events to be proxied to child windows: https://www.freedesktop.org/wiki/Specifications/XDND/ This commit does so in suil so that drag and drop works with embedded plugin UIs. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 28d0708..2f86caa 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ suil (0.10.7) unstable; * Fix compilation on MacOS older than 10.12 + * Fix drag and drop for X11 in Gtk - -- David Robillard Mon, 06 Jan 2020 15:12:38 +0000 + -- David Robillard Wed, 12 Feb 2020 19:12:01 +0000 suil (0.10.6) stable; -- cgit v1.2.1