mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: Use state field in wlr_output_event_commit
This commit is contained in:
parent
2f7ab094d4
commit
8df120dafd
1 changed files with 1 additions and 1 deletions
2
output.c
2
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
|
* - 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 */
|
* - 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);
|
update_output_manager_config(output->server);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue