Revert "Use XI2 for Scrolling on X11" (#10818)

Reverts zed-industries/zed#10695

Some users are experiencing broken scrolling due to the changes from
this PR, so it should be reverted while I investigate what causes the
problems.

Release Notes:

- N/A
This commit is contained in:
Owen Law 2024-04-20 23:07:13 -04:00 committed by GitHub
parent 4ab48c689f
commit e1685deb29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 135 deletions

View file

@ -115,7 +115,7 @@ wayland-protocols = { version = "0.31.2", features = [
] }
oo7 = "0.3.0"
open = "5.1.2"
x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "xkb", "randr", "xinput"] }
x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "xkb", "randr"] }
xkbcommon = { version = "0.7", features = ["wayland", "x11"] }
[target.'cfg(windows)'.dependencies]