Module Xdg_shell_proto.Xdg_surface
type t = [
| `Xdg_surface
]
type versions = [
| `V1
| `V2
| `V3
| `V4
| `V5
| `V6
]
module Error : sig ... end
val requests :
int ->
string
* (string
* [> `Int | `New_ID of string option | `Object of string option | `Uint ])
list
val events : int -> string * (string * [> `Uint ]) list