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, [ `Server ]) Wayland.Proxy.t

Version 1, 2, 3

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.