projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6d374
)
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>
Mon, 5 Jun 2023 12:05:41 +0000
(08:05 -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 0f84ca6083784899d3843222a69bde98ef149081..c67a5a3c7849576ad2245e122f345c7fd2442e98 100644
(file)
--- a/
gdk/x11/gdkdrag-x11.c
+++ b/
gdk/x11/gdkdrag-x11.c
@@
-1878,7
+1878,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);