mirror of
https://github.com/labwc/labwc.git
synced 2026-03-16 05:33:50 -04:00
output: update layer surfaces on output geometry changes
This commit is contained in:
parent
7730ece837
commit
33e55dbc46
1 changed files with 6 additions and 0 deletions
|
|
@ -1150,6 +1150,12 @@ handle_output_layout_change(struct wl_listener *listener, void *data)
|
||||||
wlr_log(WLR_ERROR,
|
wlr_log(WLR_ERROR,
|
||||||
"wlr_output_manager_v1_set_configuration()");
|
"wlr_output_manager_v1_set_configuration()");
|
||||||
}
|
}
|
||||||
|
struct output *output;
|
||||||
|
wl_list_for_each(output, &server->outputs, link) {
|
||||||
|
if (output) {
|
||||||
|
arrange_layers(output);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue