winit/src/platform_impl/linux/x11/ffi.rs

7 lines
203 B
Rust
Raw Normal View History

2021-05-19 18:39:53 +02:00
use x11_dl::xmd::CARD32;
2023-10-25 15:58:31 +04:00
pub use x11_dl::{error::OpenError, xcursor::*, xinput2::*, xlib::*, xlib_xcb::*};
2021-05-19 18:39:53 +02:00
// Isn't defined by x11_dl
#[allow(non_upper_case_globals)]
pub const IconicState: CARD32 = 3;