projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b853b3
)
; * src/xterm.c (x_free_frame_resources): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:19 +0000
(09:21 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 23 Mar 2022 01:21:19 +0000
(09:21 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 550515aeff7ba145a86247505d46ea3adbfaf5b5..3d0d8264092bfdf7bc41e0f344a059523b5fd3a9 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-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;