Struct wayland_client::wayland::compositor::WlCompositor
[−]
[src]
pub struct WlCompositor { // some fields omitted }
the compositor singleton
A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple surfaces into one displayable output.
Methods
impl WlCompositor
fn create_surface(&self) -> WlSurface
create new surface
Ask the compositor to create a new surface.
fn create_region(&self) -> WlRegion
create new region
Ask the compositor to create a new region.