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_compositorinterface - Implementation of the
wl_subcompositorinterface - Implementation of the
wl_subsurfaceinterface - Implementation of the
wl_surfaceinterface.