wlroots 0.4.0

Wayland compositor framework
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::*;