Wl_surface.Error
Wl_surface error values.
These errors can be emitted in response to wl_surface requests.
type t =
| Invalid_scale : t
| Invalid_transform : t
| Invalid_size : t
| Invalid_offset : t
| Defunct_role_object : t
val to_int32 : t -> int32
val of_int32 : int32 -> t