]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (x_free_frame_resources): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:19 +0000 (09:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:19 +0000 (09:21 +0800)
src/xterm.c

index 550515aeff7ba145a86247505d46ea3adbfaf5b5..3d0d8264092bfdf7bc41e0f344a059523b5fd3a9 100644 (file)
@@ -17596,7 +17596,7 @@ x_free_frame_resources (struct frame *f)
        x_dnd_send_leave (f, x_dnd_last_seen_window);
       unblock_input ();
 
-      x_dnd_end_window = x_dnd_last_seen_window;
+      x_dnd_end_window = None;
       x_dnd_last_seen_window = None;
       x_dnd_in_progress = false;
       x_dnd_waiting_for_finish = false;