package wayland

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

Handler for a proxy with version >= 4.

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

Create new region.

Ask the compositor to create a new region.

method min_version : int32
method bind_version : [ `V4 ]