]> git.eshelyaron.com Git - emacs.git/commit
Update last event time during DND operations
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Jun 2022 02:24:05 +0000 (10:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Jun 2022 02:24:11 +0000 (10:24 +0800)
commit61a312ba0cae10e8e19b7424540751a71d0170b1
treec1723551e254f352b4a52c3b7872eeb4686080e2
parente75ce9ca384d2f0c52c2a5b53eb9cbac9111956f
Update last event time during DND operations

* lisp/x-dnd.el (x-dnd-handle-xdnd, x-dnd-handle-motif): Set
last user time to provided timestamp.
* src/xfns.c (Fx_display_last_user_time): New function.
(syms_of_xfns): New defsubr.

* src/xterm.c (x_set_last_user_time_from_lisp): New function.
* src/xterm.h: Update prototypes.
lisp/x-dnd.el
src/xfns.c
src/xterm.c
src/xterm.h