]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix GTK build
authorPo Lu <luangruo@yahoo.com>
Fri, 3 Jun 2022 01:43:42 +0000 (09:43 +0800)
committerPo 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

index d64d78f6474757398ff05eb1843de83249fba9b2..bca24f22e346d36158d3632c7f87d05f49af7b6b 100644 (file)
@@ -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;