Wl_compositor.v1
Handler for a proxy with version >= 1.
constraint 'a = [< `V1 | `V2 | `V3 | `V4 | `V5 | `V6 ]
method private virtual on_create_surface : [> `V1
| `V2
| `V3
| `V4
| `V5
| `V6 ]
t ->
([ `Wl_surface ], 'b, [ `Server ]) Wayland__.Proxy.t ->
unit
Create new surface.
Ask the compositor to create a new surface.
method private virtual on_create_region : [> `V1
| `V2
| `V3
| `V4
| `V5
| `V6 ]
t ->
([ `Wl_region ], [ `V1 ], [ `Server ]) Wayland__.Proxy.t ->
unit
Create new region.
Ask the compositor to create a new region.