Set motion event time when handling XI2 motion events

* src/xterm.c (handle_one_xevent): Set motion event time when
handling XI_Motion.
This commit is contained in:
Po Lu 2021-11-27 14:57:59 +08:00
parent 3dc9eb8bbd
commit 828a193066

View file

@ -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;