XWayland: Fix a regression where some wheel mice were not scrolling properly

We assume increment == 1 and delta * 120 == integer means we have
V120 events in units of 1/120.

Fixes #9770
This commit is contained in:
Kovid Goyal
2026-03-29 14:43:48 +05:30
parent f976bea4cc
commit 9721346387
3 changed files with 15 additions and 4 deletions

View File

@@ -187,6 +187,8 @@ Detailed list of changes
- X11: Fix a regression in the previous release that caused an occasional crash on input device removal (:iss:`9723`)
- XWayland: Fix a regression where some wheel mice were not scrolling properly (:pull:`9770`)
- Command palette: Improve searching to use word level matching (:pull:`9727`)
- hints kitten: A new option to set the background color of matched text (:pull:`9745`)