Split platform::unix into platform::x11 and platform::wayland
This also removes deprecated `WindowExtUnix::is_ready`.
This commit is contained in:
parent
a43a15b4a0
commit
1ca8b65e85
12 changed files with 239 additions and 227 deletions
|
|
@ -30,7 +30,7 @@ pub use self::x11::XNotSupported;
|
|||
#[cfg(feature = "x11")]
|
||||
use self::x11::{ffi::XVisualInfo, util::WindowType as XWindowType, XConnection, XError};
|
||||
#[cfg(feature = "x11")]
|
||||
use crate::platform::unix::XlibErrorHook;
|
||||
use crate::platform::x11::XlibErrorHook;
|
||||
#[cfg(feature = "wayland")]
|
||||
use crate::window::Theme;
|
||||
use crate::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue