diff options
| author | Eli Zaretskii | 2022-06-11 16:17:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-06-11 16:17:37 +0300 |
| commit | b591a041e37f1a58d8a248f00b7adbf19ed4fa84 (patch) | |
| tree | f0effe09e0e11393c4722191d3c6f8fc75f2f39c /src | |
| parent | 37e4794b1cffedd4f79ebdc7a35c45bbe4215005 (diff) | |
| parent | eeec16819b954dfbd101ae9925b7cc3bebf923ee (diff) | |
| download | emacs-b591a041e37f1a58d8a248f00b7adbf19ed4fa84.tar.gz emacs-b591a041e37f1a58d8a248f00b7adbf19ed4fa84.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
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 55cd5286fe1..3ca91494908 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -4127,7 +4127,7 @@ x_dnd_send_drop (struct frame *f, Window target, Time timestamp, | |||
| 4127 | lval = Fcons (intern (name), lval); | 4127 | lval = Fcons (intern (name), lval); |
| 4128 | lval = Fcons (QXdndSelection, lval); | 4128 | lval = Fcons (QXdndSelection, lval); |
| 4129 | ie.arg = lval; | 4129 | ie.arg = lval; |
| 4130 | ie.timestamp = CurrentTime; | 4130 | ie.timestamp = timestamp; |
| 4131 | 4131 | ||
| 4132 | XSETINT (ie.x, win_x); | 4132 | XSETINT (ie.x, win_x); |
| 4133 | XSETINT (ie.y, win_y); | 4133 | XSETINT (ie.y, win_y); |