mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 19:50:06 +01:00
xwayland: Send ei_device_frame on device_scroll_discrete
This fixes the scroll action in Steam Input in SteamOS/Gamescope when using the new libeis backend. Fixes:a133334270("xwayland: Add XTEST support using EIS") Signed-off-by: Joshua Ashton <joshua@froggi.es> (cherry picked from commit7745fde24e) Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1533>
This commit is contained in:
parent
67284dea02
commit
557d1e92f7
1 changed files with 1 additions and 0 deletions
|
|
@ -581,6 +581,7 @@ xwl_send_event_to_ei(struct xwl_ei_client *xwl_ei_client,
|
|||
} else if (detail == 7) {
|
||||
ei_device_scroll_discrete(ei_device, SCROLL_STEP, 0);
|
||||
}
|
||||
ei_device_frame(ei_device, ei_now(ei));
|
||||
}
|
||||
break;
|
||||
case KeyPress:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue