package wayland

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

Subpixel geometry information.

This enumeration describes how the physical pixels on an output are laid out.

type t =
  1. | Unknown : t
  2. | None : t
  3. | Horizontal_rgb : t
  4. | Horizontal_bgr : t
  5. | Vertical_rgb : t
  6. | Vertical_bgr : t
val to_int32 : t -> int32
val of_int32 : int32 -> t