package wayland

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

Available layers for surfaces.

These values indicate which layers a surface can be rendered in. They are ordered by z depth, bottom-most first. Traditional shell surfaces will typically be rendered between the bottom and top layers. Fullscreen shell surfaces are typically rendered at the top layer. Multiple surfaces can share a single layer, and ordering within a single layer is undefined.

type t =
  1. | Background : t
  2. | Bottom : t
  3. | Top : t
  4. | Overlay : t
val to_int32 : t -> int32
val of_int32 : int32 -> t
OCaml

Innovation. Community. Security.