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

create_surface

Function create_surface 

Source
pub fn create_surface(
    client_id: u32,
    _width: u32,
    _height: u32,
    _pool_id: u32,
) -> Result<usize, KernelError>
Expand description

Create a Wayland surface.

Returns the surface object ID.