Trait wayland_client::protocol::wl_compositor::RequestsTrait[][src]

pub trait RequestsTrait {
    fn create_surface(&self) -> Result<NewProxy<WlSurface>, ()>;
fn create_region(&self) -> Result<NewProxy<WlRegion>, ()>; }

Required Methods

create new surface

Ask the compositor to create a new surface.

create new region

Ask the compositor to create a new region.

Implementors