mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
Merge branch 'wlr_output_group' into 'master'
Draft: output: introduce wlr_output_group See merge request wlroots/wlroots!4154
This commit is contained in:
commit
5df4bfbe74
11 changed files with 801 additions and 5 deletions
|
|
@ -210,7 +210,7 @@ void wlr_output_set_description(struct wlr_output *output, const char *desc) {
|
|||
wl_signal_emit_mutable(&output->events.description, output);
|
||||
}
|
||||
|
||||
static void output_apply_state(struct wlr_output *output,
|
||||
void output_apply_state(struct wlr_output *output,
|
||||
const struct wlr_output_state *state) {
|
||||
if (state->committed & WLR_OUTPUT_STATE_RENDER_FORMAT) {
|
||||
output->render_format = state->render_format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue