Wayland_proto.Wl_compositor
type t = [
| `Wl_compositor
]
type Metadata.ty +=
| T : [ `Wl_compositor ] Metadata.ty
type versions = [
| `V1
| `V2
| `V3
| `V4
| `V5
| `V6
val interface : string
val version : int32
val requests : int -> string * (string * [> `New_ID of string option ]) list
val events : int -> string * 'a list