X11: Fix a regression that caused some high res scroll devices to be treated as line based scroll devices

Apparently when running under XWayland, we cant rely on libinput to
detect highres scroll devices. Sigh. Linux input is such a disaster.
Dunno if this will break something else, hopefully not.

Fixes #9649
This commit is contained in:
Kovid Goyal
2026-03-12 18:41:20 +05:30
parent 39683e0c34
commit 5ba3d10471
2 changed files with 4 additions and 1 deletions

View File

@@ -178,6 +178,8 @@ Detailed list of changes
- Fix kitty hanging on startup on Intel macs (:iss:`9643`)
- X11: Fix a regression that caused some high res scroll devices to be treated as line based scroll devices (:iss:`9649`)
0.46.0 [2026-03-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~