module Output:sig..end
type t
val id : t -> int64val all : unit -> t listval get_focused : unit -> tval get_sleep : t -> boolval set_sleep : t -> bool -> unitval get_resolution : t -> Wlc.Geometry.Size.tval set_resolution : t -> Wlc.Geometry.Size.t -> unitval get_mask : t -> int list
The current implementation of Wlc only handles 32 spaces per
output.
val set_mask : t -> int list -> unitval get_pixels : t ->
((int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array2.t ->
unit) ->
unitval focus : t option -> unit