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:
parent
8b853b3f98
commit
dd242b49ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue