package wayland

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

Manage xdg_output objects.

A global factory interface for xdg_output objects.

type 'v t = ([ `Zxdg_output_manager_v1 ], 'v, [ `Client ]) Wayland.Proxy.t

Version 1, 2, 3

val get_xdg_output : [< `V1 | `V2 | `V3 ] as 'a t -> [[ `Zxdg_output_v1 ], 'b, [ `Client ]] Wayland.Proxy.Handler.t -> output:([ `Wl_output ], 'c, [ `Client ]) Wayland.Proxy.t -> ([ `Zxdg_output_v1 ], 'd, [ `Client ]) Wayland.Proxy.t

Create an xdg output from a wl_output.

This creates a new xdg_output object for the given wl_output.

val destroy : [< `V1 | `V2 | `V3 ] t -> unit

Destroy the xdg_output_manager object.

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

Any objects already created through this instance are not affected.

Handlers

Note: Servers will always want to use v1.

class +'a v1 : object ... end

Handler for a proxy with version >= 1.

class +'a v2 : object ... end

Handler for a proxy with version >= 2.

class +'a v3 : object ... end

Handler for a proxy with version >= 3.