Package org.freedesktop.wayland.client
Class WlOutputProxy
- All Implemented Interfaces:
WaylandObject
compositor 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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWlOutputProxy
(MemorySegment pointer) WlOutputProxy
(MemorySegment pointer, WlOutputEvents implementation, int version) -
Method Summary
Methods inherited from class org.freedesktop.wayland.client.Proxy
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueue
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WlOutputProxy
-
WlOutputProxy
-
-
Method Details
-
release
public void release()release the output objectUsing this request a client can tell the server that it is not going to use the output object anymore.
-