diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c index 432365fdb63..16fb7187474 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2759,11 +2759,11 @@ x_handle_dnd_message (f, event, dpyinfo, bufp) | |||
| 2759 | 2759 | ||
| 2760 | mouse_position_for_drop (f, &x, &y); | 2760 | mouse_position_for_drop (f, &x, &y); |
| 2761 | bufp->kind = DRAG_N_DROP_EVENT; | 2761 | bufp->kind = DRAG_N_DROP_EVENT; |
| 2762 | bufp->frame_or_window = Fcons (frame, vec); | 2762 | bufp->frame_or_window = frame; |
| 2763 | bufp->timestamp = CurrentTime; | 2763 | bufp->timestamp = CurrentTime; |
| 2764 | bufp->x = make_number (x); | 2764 | bufp->x = make_number (x); |
| 2765 | bufp->y = make_number (y); | 2765 | bufp->y = make_number (y); |
| 2766 | bufp->arg = Qnil; | 2766 | bufp->arg = vec; |
| 2767 | bufp->modifiers = 0; | 2767 | bufp->modifiers = 0; |
| 2768 | 2768 | ||
| 2769 | return 1; | 2769 | return 1; |