aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 550515aeff7..3d0d8264092 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -17596,7 +17596,7 @@ x_free_frame_resources (struct frame *f)
17596 x_dnd_send_leave (f, x_dnd_last_seen_window); 17596 x_dnd_send_leave (f, x_dnd_last_seen_window);
17597 unblock_input (); 17597 unblock_input ();
17598 17598
17599 x_dnd_end_window = x_dnd_last_seen_window; 17599 x_dnd_end_window = None;
17600 x_dnd_last_seen_window = None; 17600 x_dnd_last_seen_window = None;
17601 x_dnd_in_progress = false; 17601 x_dnd_in_progress = false;
17602 x_dnd_waiting_for_finish = false; 17602 x_dnd_waiting_for_finish = false;