Available on crate features
staging
and client
only.Expand description
an exported activation handle
An object for setting up a token and receiving a token handle that can be passed as an activation token to another client.
The object is created using the xdg_activation_v1.get_activation_token request. This object should then be populated with the app_id, surface and serial information and committed. The compositor shall then issue a done event with the token. In case the request’s parameters are invalid, the compositor will provide an invalid token.
Structs§
- XdgActivation
Token V1 - an exported activation handle
Enums§
Constants§
- EVT_
DONE_ OPCODE - The wire opcode for this event
- EVT_
DONE_ SINCE - The minimal object version supporting this event
- REQ_
COMMIT_ OPCODE - The wire opcode for this request
- REQ_
COMMIT_ 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_
SET_ APP_ ID_ OPCODE - The wire opcode for this request
- REQ_
SET_ APP_ ID_ SINCE - The minimal object version supporting this request
- REQ_
SET_ SERIAL_ OPCODE - The wire opcode for this request
- REQ_
SET_ SERIAL_ SINCE - The minimal object version supporting this request
- REQ_
SET_ SURFACE_ OPCODE - The wire opcode for this request
- REQ_
SET_ SURFACE_ SINCE - The minimal object version supporting this request