Enum wayland_client::wayland::shm::WlShmEvent
[−]
[src]
pub enum WlShmEvent {
Format(WlShmFormat),
}Variants
Format(WlShmFormat)pixel format description
Informs the client about a valid pixel format that can be used for buffers. Known formats include argb8888 and xrgb8888.
Values: format,