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:
parent
3dc9eb8bbd
commit
828a193066
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue