kde_output_order_v1
-
# kde_output_order_v1
Announce the order in which desktop environment components should be placed on outputs. The compositor will send the list of outputs when the global is bound and whenever there is a change. Warning! The protocol described in this file is a desktop environment implementation detail. Regular clients must not use this protocol. Backward incompatible changes may be added without bumping the major version of the extension.Requests
-
void kde_output_order_v1_destroy(struct kde_output_order_v1* kde_output_order_v1)
Events
-
const char* output_name /* the name of the output */Specifies the output identified by their wl_output.name.
-
Specifies that the output list is complete. On the next output event, a new list begins.
-
Copyright Info
SPDX-FileCopyrightText: 2022 Xaver Hugl <xaver.hugl@gmail.com>
SPDX-License-Identifier: MIT-CMU