diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c index dcb56de911f..7d56fbbb42b 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3187,8 +3187,8 @@ construct_drag_n_drop (result, msg, f) | |||
| 3187 | DragFinish (hdrop); | 3187 | DragFinish (hdrop); |
| 3188 | 3188 | ||
| 3189 | XSETFRAME (frame, f); | 3189 | XSETFRAME (frame, f); |
| 3190 | result->frame_or_window = Fcons (frame, files); | 3190 | result->frame_or_window = frame; |
| 3191 | result->arg = Qnil; | 3191 | result->arg = files; |
| 3192 | return Qnil; | 3192 | return Qnil; |
| 3193 | } | 3193 | } |
| 3194 | 3194 | ||