1 2 3 4 5 6 7 8 9 10 11 12 13
// devela::sys::device::display::x11::runtime mod frontend; // (XBackend), (XFrameCtx), XFrontend mod present; // XPresent, (XPresenter), XRasterRender crate::structural_mods! { // _mods _mods { pub use super::{ frontend::*, present::*, }; } }