forked from Github/emacs
Fix timestamp of special drop events
* src/xterm.c (x_dnd_send_drop): Set special event timestamp to the timestamp of the drop instead of CurrentTime.
This commit is contained in:
parent
9ea98a68f4
commit
eeec16819b
1 changed files with 1 additions and 1 deletions
|
|
@ -4127,7 +4127,7 @@ x_dnd_send_drop (struct frame *f, Window target, Time timestamp,
|
|||
lval = Fcons (intern (name), lval);
|
||||
lval = Fcons (QXdndSelection, lval);
|
||||
ie.arg = lval;
|
||||
ie.timestamp = CurrentTime;
|
||||
ie.timestamp = timestamp;
|
||||
|
||||
XSETINT (ie.x, win_x);
|
||||
XSETINT (ie.y, win_y);
|
||||
|
|
|
|||
Loading…
Reference in a new issue