Module wayland_bridge::subcompositor

source ·

Structs§

Enums§

  • Wayland subsurfaces may be in one of two modes, Sync (the default) or Desync. When a wl_subsurface is in sync mode, a wl_surface::commit will simply snapshot the set of pending state. This state will be applied (and changes will appear on screen) when its parent’s surface is committed.