diff options
| author | Po Lu | 2022-03-17 12:53:36 +0800 |
|---|---|---|
| committer | Po Lu | 2022-03-17 12:53:36 +0800 |
| commit | f4a71e17f49da40ec625ad4771362d96712aff61 (patch) | |
| tree | 8768fb7172928cccac4be40067474d5efdf3792f /src | |
| parent | a06ac9b6fdc0e6edc326c74240be1f7ba4e6471e (diff) | |
| download | emacs-f4a71e17f49da40ec625ad4771362d96712aff61.tar.gz emacs-f4a71e17f49da40ec625ad4771362d96712aff61.zip | |
* src/xterm.c (x_dnd_begin_drag_and_drop): Always initialize hold_quit.
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 59c3cefd598..543046ca00b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1123,8 +1123,8 @@ x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction, | |||
| 1123 | 1123 | ||
| 1124 | while (x_dnd_in_progress) | 1124 | while (x_dnd_in_progress) |
| 1125 | { | 1125 | { |
| 1126 | #ifdef USE_GTK | ||
| 1127 | hold_quit.kind = NO_EVENT; | 1126 | hold_quit.kind = NO_EVENT; |
| 1127 | #ifdef USE_GTK | ||
| 1128 | current_finish = X_EVENT_NORMAL; | 1128 | current_finish = X_EVENT_NORMAL; |
| 1129 | current_hold_quit = &hold_quit; | 1129 | current_hold_quit = &hold_quit; |
| 1130 | #endif | 1130 | #endif |