From c380d1762125d3ffc2f9ed755a4bb13b1cd2e700 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 3 Jun 2023 12:17:55 -0400 Subject: [PATCH] Revert "gdk/x11: Also grab keyboard during XDnD grabs" This reverts commit ae94417f80c92b26792280a9b798cafc01e49232. --- gdk/x11/gdkdrag-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkdrag-x11.c b/gdk/x11/gdkdrag-x11.c index e2d355f9c2..4b6e669192 100644 --- a/gdk/x11/gdkdrag-x11.c +++ b/gdk/x11/gdkdrag-x11.c @@ -1840,7 +1840,7 @@ drag_grab (GdkDrag *drag) seat = gdk_device_get_seat (gdk_drag_get_device (drag)); - capabilities = GDK_SEAT_CAPABILITY_ALL_POINTING | GDK_SEAT_CAPABILITY_KEYBOARD; + capabilities = GDK_SEAT_CAPABILITY_ALL_POINTING; cursor = gdk_drag_get_cursor (drag, x11_drag->current_action); g_set_object (&x11_drag->cursor, cursor);