package wayland

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

Module Wayland_client.Wl_outputSource

Compositor output region.

An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an output corresponds to a rectangular area in that space that is actually visible. This typically corresponds to a monitor that displays part of the compositor space. This object is published as global during start up, or when a monitor is hotplugged.

Sourcetype 'v t = ([ `Wl_output ], 'v, [ `Client ]) Proxy.t

Version 1

Version 2

Version 3

Sourceval release : [< `V3 | `V4 ] t -> unit

Release the output object.

Using this request a client can tell the server that it is not going to use the output object anymore.

Version 4

Handlers

Note: Servers will always want to use v1.

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

Handler for a proxy with version >= 1.

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

Handler for a proxy with version >= 2.

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

Handler for a proxy with version >= 3.

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

Handler for a proxy with version >= 4.

OCaml

Innovation. Community. Security.