diff --git a/output.c b/output.c index 599d6ad..7ca7bb7 100644 --- a/output.c +++ b/output.c @@ -186,7 +186,7 @@ handle_output_commit(struct wl_listener *listener, void *data) * - output layout change will also be called if needed to position the views * - always update output manager configuration even if the output is now disabled */ - if (event->committed & OUTPUT_CONFIG_UPDATED) { + if (event->state->committed & OUTPUT_CONFIG_UPDATED) { update_output_manager_config(output->server); } }