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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 7ee2ec71..6610f009 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -536,7 +536,7 @@ struct seat_attachment_config *seat_attachment_config_new(void);
536struct seat_attachment_config *seat_config_get_attachment( 536struct seat_attachment_config *seat_config_get_attachment(
537 struct seat_config *seat_config, char *identifier); 537 struct seat_config *seat_config, char *identifier);
538 538
539void apply_seat_config(struct seat_config *seat); 539struct seat_config *store_seat_config(struct seat_config *seat);
540 540
541int output_name_cmp(const void *item, const void *data); 541int output_name_cmp(const void *item, const void *data);
542 542