mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Revert "gdk/x11: Also grab keyboard during XDnD grabs"
This reverts commit ae94417f80
.
This commit is contained in:
parent
686d18dfc2
commit
c380d17621
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user