⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module compositor

Module compositor 

Source
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
WindowId
Window handle

Functions§

init
Initialize compositor
with_compositor
Execute a function with the compositor