Report time in XInput 2 button events
* src/xterm.c (handle_one_xevent): Report time in XI button events.
This commit is contained in:
parent
e22c37aa87
commit
f1ee5c6702
1 changed files with 1 additions and 0 deletions
|
@ -10145,6 +10145,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
|
|||
| xev->mods.effective
|
||||
| xev->mods.latched
|
||||
| xev->mods.locked;
|
||||
bv.time = xev->time;
|
||||
|
||||
memset (&compose_status, 0, sizeof (compose_status));
|
||||
dpyinfo->last_mouse_glyph_frame = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue