1 2 3 4 5 6 7
pub(crate) mod hints; pub mod manager; mod server; pub mod surface; pub use events::xwayland_events as event; pub use self::server::*;