pub async fn new<W: Window>(
    settings: Settings,
    compatible_window: W,
    shell: Shell,
) -> Result<Compositor, Error>Expand description
Creates a Compositor with the given Settings and window.
pub async fn new<W: Window>(
    settings: Settings,
    compatible_window: W,
    shell: Shell,
) -> Result<Compositor, Error>Creates a Compositor with the given Settings and window.