mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 17:01:29 +00:00
Merge branch 'master' into disable_titlebar
This commit is contained in:
commit
8c8f0093dc
|
@ -619,7 +619,7 @@ static void output_manager_apply(struct sway_server *server,
|
|||
if (!test_only && ok) {
|
||||
struct wlr_output_configuration_head_v1 *config_head;
|
||||
wl_list_for_each(config_head, &config->heads, link) {
|
||||
if (config_head->state.output == sway_output->wlr_output) {
|
||||
if (config_head->state.output == cfg->output->wlr_output) {
|
||||
store_config = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue