Wayland_client.Wl_outputCompositor output region.
An output describes part of the compositor geometry. The compositor works in the 'compositor coordinate system' and an output corresponds to a rectangular area in that space that is actually visible. This typically corresponds to a monitor that displays part of the compositor space. This object is published as global during start up, or when a monitor is hotplugged.
type 'v t = ([ `Wl_output ], 'v, [ `Client ]) Proxy.tmodule Subpixel = Wayland_proto.Wl_output.Subpixelmodule Transform = Wayland_proto.Wl_output.Transformmodule Mode = Wayland_proto.Wl_output.Modeval release : [< `V3 | `V4 ] t -> unitRelease the output object.
Using this request a client can tell the server that it is not going to use the output object anymore.
Note: Servers will always want to use v1.
class virtual +'a v1 : object ... endHandler for a proxy with version >= 1.
class virtual +'a v2 : object ... endHandler for a proxy with version >= 2.
class virtual +'a v3 : object ... endHandler for a proxy with version >= 3.
class virtual +'a v4 : object ... endHandler for a proxy with version >= 4.