mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
desktop/output: Avoid duplicate output manager update
(cherry picked from 4fe054c6db)
This commit is contained in:
parent
6baee5cb68
commit
c580b54b5e
1 changed files with 0 additions and 4 deletions
|
|
@ -683,10 +683,6 @@ static void output_manager_apply(struct sway_server *server,
|
|||
wlr_output_configuration_v1_send_failed(config);
|
||||
}
|
||||
wlr_output_configuration_v1_destroy(config);
|
||||
|
||||
if (!test_only) {
|
||||
update_output_manager_config(server);
|
||||
}
|
||||
}
|
||||
|
||||
void handle_output_manager_apply(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue