package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Handler for a proxy with version >= 1.

constraint 'a = [< `V1 | `V2 | `V3 | `V4 | `V5 ]
method private virtual on_create_surface : [> `V1 | `V2 | `V3 | `V4 | `V5 ] 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 ] t -> ([ `Wl_region ], 'b, [ `Server ]) Wayland__.Proxy.t -> unit

Create new region.

Ask the compositor to create a new region.

method min_version : 'a v1 -> int32
method bind_version : 'c -> [ `V1 ]