diff options
| author | Karoly Lorentey | 2005-12-26 03:16:59 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-26 03:16:59 +0000 |
| commit | feba0cd6405ebb80af743e2f978442d9c837bcd2 (patch) | |
| tree | 1cb964aa641bee514d9cda2eafe27a0a97e65ad1 /src/xselect.c | |
| parent | 30663b475e57197c9896a252e1d4ca31c579fa2b (diff) | |
| parent | 7a32e81fb608282314e27db21a00138aaa91f29a (diff) | |
| download | emacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.tar.gz emacs-feba0cd6405ebb80af743e2f978442d9c837bcd2.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 677)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-677
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-463
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; |