package wayland

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

Region interface.

A region object describes an area.

Region objects are used to describe the opaque and input regions of a surface.

type 'v t = ([ `Wl_region ], 'v, [ `Server ]) Proxy.t

Version 1, 2, 3, 4

Handlers

Note: Servers will always want to use v1.

class virtual +'a v1 : object ... end

Handler for a proxy with version >= 1.

class virtual +'a v2 : object ... end

Handler for a proxy with version >= 2.

class virtual +'a v3 : object ... end

Handler for a proxy with version >= 3.

class virtual +'a v4 : object ... end

Handler for a proxy with version >= 4.