mirror of
https://github.com/swaywm/sway.git
synced 2026-03-18 05:34:20 -04:00
config/output: Rename to apply_stored_output_configs
This commit is contained in:
parent
29b3f00e6f
commit
d7a76d381b
5 changed files with 5 additions and 5 deletions
|
|
@ -386,7 +386,7 @@ static int timer_modeset_handle(void *data) {
|
|||
wl_event_source_remove(server->delayed_modeset);
|
||||
server->delayed_modeset = NULL;
|
||||
|
||||
apply_all_output_configs();
|
||||
apply_stored_output_configs();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue