Move X11 backend to winit-x11 (#4253)

This commit is contained in:
Mads Marquart
2025-05-25 17:24:00 +02:00
committed by GitHub
parent 1126e9ea2f
commit 256bbe949e
42 changed files with 232 additions and 227 deletions

4
winit-x11/src/ffi.rs Normal file
View File

@@ -0,0 +1,4 @@
pub use x11_dl::error::OpenError;
pub use x11_dl::xinput2::*;
pub use x11_dl::xlib::*;
pub use x11_dl::xlib_xcb::*;