emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 828a193: Set motion event time when handling XI2 motion events


From: Po Lu
Subject: master 828a193: Set motion event time when handling XI2 motion events
Date: Sat, 27 Nov 2021 01:59:15 -0500 (EST)

branch: master
commit 828a193066bace5785ac87be75d312dace06ad68
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Set motion event time when handling XI2 motion events
    
    * src/xterm.c (handle_one_xevent): Set motion event time when
    handling XI_Motion.
---
 src/xterm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xterm.c b/src/xterm.c
index c7950c6..8045470 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10085,6 +10085,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
            ev.x = lrint (xev->event_x);
            ev.y = lrint (xev->event_y);
            ev.window = xev->event;
+           ev.time = xev->time;
 
            previous_help_echo_string = help_echo_string;
            help_echo_string = Qnil;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]