Module runa_orbiter::objects::compositor
source · Expand description
Types related to the compositor global
The compositor global is responsible for managing the sets of surfaces a
client has. According to the wayland spec, each surface has a set of
double-buffered states: updates are made to the pending state first, and
applied to current state when wl_surface.commit
is called.
Structs
- The reference implementation of the
wl_compositor
interface - Implementation of the
wl_subcompositor
interface - Implementation of the
wl_subsurface
interface - Implementation of the
wl_surface
interface.