Expand description
Window compositor
Provides a higher-level window abstraction on top of the Wayland surface
model. Each Window maps to a Wayland surface with an xdg_toplevel role.
The compositor maintains a window list, focus tracking, and coordinates
rendering by delegating to the Wayland compositor’s compositing engine.
Structs§
- Compositor
- Compositor state
- Window
- Window
- Window
Id - Window handle
Functions§
- init
- Initialize compositor
- with_
compositor - Execute a function with the compositor