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.
pub fn create_surface(
client_id: u32,
_width: u32,
_height: u32,
_pool_id: u32,
) -> Result<usize, KernelError>Create a Wayland surface.
Returns the surface object ID.