package wayland

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

Window decoration modes.

These values describe window decoration modes.

type t =
  1. | Client_side : t
  2. | Server_side : t
val to_int32 : t -> int32
val of_int32 : int32 -> t