package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_output
]
type Metadata.ty +=
  1. | T : [ `Wl_output ] Metadata.ty
type versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
]
val interface : string
val version : int32
module Subpixel : sig ... end

Subpixel geometry information.

module Transform : sig ... end

Transform from framebuffer to output.

module Mode : sig ... end

Mode information.

val requests : int -> string * 'a list
val events : int -> string * (string * [> `Int | `String | `Uint ]) list