mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
x11: fix build on arm
The c_char type, which was used under the hood is different depending on arch, thus use it directly instead of i8. Fixes #3735.
This commit is contained in:
@@ -50,3 +50,7 @@ changelog entry.
|
||||
- Remove `EventLoop::run`.
|
||||
- Remove `EventLoopExtRunOnDemand::run_on_demand`.
|
||||
- Remove `EventLoopExtPumpEvents::pump_events`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- On X11, build on arm platforms.
|
||||
|
||||
Reference in New Issue
Block a user