Module zwlr_output_configuration_v1

Source
Expand description

output configuration

This object is used by the client to describe a full output configuration.

First, the client needs to setup the output configuration. Each head can be either enabled (and configured) or disabled. It is a protocol error to send two enable_head or disable_head requests with the same head. It is a protocol error to omit a head in a configuration.

Then, the client can apply or test the configuration. The compositor will then reply with a succeeded, failed or cancelled event. Finally the client should destroy the configuration object.

Structs§

ZwlrOutputConfigurationV1
output configuration

Enums§

Error
Event
Request

Constants§

EVT_CANCELLED_OPCODE
The wire opcode for this event
EVT_CANCELLED_SINCE
The minimal object version supporting this event
EVT_FAILED_OPCODE
The wire opcode for this event
EVT_FAILED_SINCE
The minimal object version supporting this event
EVT_SUCCEEDED_OPCODE
The wire opcode for this event
EVT_SUCCEEDED_SINCE
The minimal object version supporting this event
REQ_APPLY_OPCODE
The wire opcode for this request
REQ_APPLY_SINCE
The minimal object version supporting this request
REQ_DESTROY_OPCODE
The wire opcode for this request
REQ_DESTROY_SINCE
The minimal object version supporting this request
REQ_DISABLE_HEAD_OPCODE
The wire opcode for this request
REQ_DISABLE_HEAD_SINCE
The minimal object version supporting this request
REQ_ENABLE_HEAD_OPCODE
The wire opcode for this request
REQ_ENABLE_HEAD_SINCE
The minimal object version supporting this request
REQ_TEST_OPCODE
The wire opcode for this request
REQ_TEST_SINCE
The minimal object version supporting this request