Merge branch 'master' into disable_titlebar

This commit is contained in:
neuromagus 2024-04-24 21:26:48 +03:00 committed by GitHub
commit 8c8f0093dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -619,7 +619,7 @@ static void output_manager_apply(struct sway_server *server,
if (!test_only && ok) { if (!test_only && ok) {
struct wlr_output_configuration_head_v1 *config_head; struct wlr_output_configuration_head_v1 *config_head;
wl_list_for_each(config_head, &config->heads, link) { 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; store_config = true;
break; break;
} }