aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2024-09-09 20:04:17 +0200
committerAlexander Orzechowski <alex@ozal.ski>2024-09-10 14:13:36 -0400
commitd7a76d381bbe4321578bc3a95fbc82d76b67ef05 (patch)
tree520328574e6497af54223f0c5bdc8cb6a57e5762 /include
parent29b3f00e6fd99296cde7e94b7063acfd075c559c (diff)
config/output: Rename to apply_stored_output_configs
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index f8007c92..13f576b0 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -688,7 +688,7 @@ struct output_config *new_output_config(const char *name);
bool apply_output_configs(struct output_config **ocs, size_t ocs_len,
bool test_only, bool degrade_to_off);
-void apply_all_output_configs(void);
+void apply_stored_output_configs(void);
/**
* store_output_config stores a new output config. An output may be matched by