pub fn create_shm_pool(
client_id: u32,
size: usize,
) -> Result<usize, KernelError>Expand description
Create a shared memory pool for Wayland buffers.
Returns the pool object ID.
pub fn create_shm_pool(
client_id: u32,
size: usize,
) -> Result<usize, KernelError>Create a shared memory pool for Wayland buffers.
Returns the pool object ID.