projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36af700
)
Fix GTK build
author
Po Lu
<luangruo@yahoo.com>
Fri, 3 Jun 2022 01:43:42 +0000
(09:43 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 3 Jun 2022 01:43:42 +0000
(09:43 +0800)
* src/xterm.c (x_dnd_begin_drag_and_drop) [USE_GTK]: Adjust call
to x_dnd_free_toplevels as well.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index d64d78f6474757398ff05eb1843de83249fba9b2..bca24f22e346d36158d3632c7f87d05f49af7b6b 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10917,7
+10917,7
@@
x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction,
x_dnd_waiting_for_finish = false;
if (x_dnd_use_toplevels)
- x_dnd_free_toplevels ();
+ x_dnd_free_toplevels (
true
);
x_dnd_return_frame_object = NULL;
x_dnd_movement_frame = NULL;