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§
- Zwlr
Output Configuration V1 - output configuration
Enums§
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