aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index a0a98fb6..01c99cb4 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -577,7 +577,8 @@ void merge_input_config(struct input_config *dst, struct input_config *src);
577 577
578struct input_config *store_input_config(struct input_config *ic); 578struct input_config *store_input_config(struct input_config *ic);
579 579
580struct xkb_rule_names input_config_get_rule_names(struct input_config *ic); 580void input_config_fill_rule_names(struct input_config *ic,
581 struct xkb_rule_names *rules);
581 582
582void free_input_config(struct input_config *ic); 583void free_input_config(struct input_config *ic);
583 584