Package org.freedesktop.wayland.server
Interface WlOutputRequestsV4
- All Superinterfaces:
WlOutputRequests
,WlOutputRequestsV2
,WlOutputRequestsV3
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
release
(WlOutputResource requester) release the output object
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
release
release the output objectUsing this request a client can tell the server that it is not going to use the output object anymore.
- Specified by:
release
in interfaceWlOutputRequestsV3
- Parameters:
requester
- The protocol object that made the request.
-