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:
parent
4ab48c689f
commit
e1685deb29
3 changed files with 17 additions and 135 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue