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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 82be26ca..eab48aed 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -93,6 +93,7 @@ struct input_config {
93 93
94 int accel_profile; 94 int accel_profile;
95 int click_method; 95 int click_method;
96 int drag;
96 int drag_lock; 97 int drag_lock;
97 int dwt; 98 int dwt;
98 int left_handed; 99 int left_handed;
@@ -451,8 +452,6 @@ void free_sway_variable(struct sway_variable *var);
451 */ 452 */
452char *do_var_replacement(char *str); 453char *do_var_replacement(char *str);
453 454
454struct cmd_results *check_security_config();
455
456int input_identifier_cmp(const void *item, const void *data); 455int input_identifier_cmp(const void *item, const void *data);
457 456
458struct input_config *new_input_config(const char* identifier); 457struct input_config *new_input_config(const char* identifier);
@@ -473,7 +472,7 @@ struct seat_config *copy_seat_config(struct seat_config *seat);
473 472
474void free_seat_config(struct seat_config *ic); 473void free_seat_config(struct seat_config *ic);
475 474
476struct seat_attachment_config *seat_attachment_config_new(); 475struct seat_attachment_config *seat_attachment_config_new(void);
477 476
478struct seat_attachment_config *seat_config_get_attachment( 477struct seat_attachment_config *seat_config_get_attachment(
479 struct seat_config *seat_config, char *identifier); 478 struct seat_config *seat_config, char *identifier);