diff options
| author | Po Lu | 2022-03-23 09:21:19 +0800 |
|---|---|---|
| committer | Po Lu | 2022-03-23 09:21:19 +0800 |
| commit | dd242b49ec477c116a1f1a345970ceaf6920878d (patch) | |
| tree | 92aea8d521b6986c85a0f66486980eba69d51e11 /src | |
| parent | 8b853b3f98a9e6a81a2d41a668d560cc9105836f (diff) | |
| download | emacs-dd242b49ec477c116a1f1a345970ceaf6920878d.tar.gz emacs-dd242b49ec477c116a1f1a345970ceaf6920878d.zip | |
; * src/xterm.c (x_free_frame_resources): Fix typo in last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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; |