package wayland

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

Different method to set the surface fullscreen.

Hints to indicate to the compositor how to deal with a conflict between the dimensions of the surface and the dimensions of the output. The compositor is free to ignore this parameter.

type t =
  1. | Default : t
  2. | Scale : t
  3. | Driver : t
  4. | Fill : t
val to_int32 : t -> int32
val of_int32 : int32 -> t