summaryrefslogtreecommitdiffstats
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 1c6e2ac4..5e28c678 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -469,7 +469,7 @@ struct seat_config *copy_seat_config(struct seat_config *seat);
469 469
470void free_seat_config(struct seat_config *ic); 470void free_seat_config(struct seat_config *ic);
471 471
472struct seat_attachment_config *seat_attachment_config_new(); 472struct seat_attachment_config *seat_attachment_config_new(void);
473 473
474struct seat_attachment_config *seat_config_get_attachment( 474struct seat_attachment_config *seat_config_get_attachment(
475 struct seat_config *seat_config, char *identifier); 475 struct seat_config *seat_config, char *identifier);