1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

; * src/xterm.c (x_free_frame_resources): Fix typo in last change.

This commit is contained in:
Po Lu 2022-03-23 09:21:19 +08:00
parent 8b853b3f98
commit dd242b49ec

View 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;