projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686d18d
)
Revert "gdk/x11: Also grab keyboard during XDnD grabs"
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 Jun 2023 16:17:55 +0000
(12:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 Jun 2023 16:25:25 +0000
(12:25 -0400)
This reverts commit
ae94417f80c92b26792280a9b798cafc01e49232
.
gdk/x11/gdkdrag-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdrag-x11.c
b/gdk/x11/gdkdrag-x11.c
index e2d355f9c2239df43997172970b134d820c81c49..4b6e66919272f99d0bcb8ab61793b1cd5139e77a 100644
(file)
--- 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);