|
|
|
@ -384,6 +384,7 @@ int input_identifier_cmp(const void *item, const void *data);
|
|
|
|
|
struct input_config *new_input_config(const char* identifier);
|
|
|
|
|
void merge_input_config(struct input_config *dst, struct input_config *src);
|
|
|
|
|
void free_input_config(struct input_config *ic);
|
|
|
|
|
void apply_input_config(struct input_config *input);
|
|
|
|
|
|
|
|
|
|
int seat_name_cmp(const void *item, const void *data);
|
|
|
|
|
struct seat_config *new_seat_config(const char* name);
|
|
|
|
@ -392,6 +393,7 @@ void free_seat_config(struct seat_config *ic);
|
|
|
|
|
struct seat_attachment_config *seat_attachment_config_new();
|
|
|
|
|
struct seat_attachment_config *seat_config_get_attachment(
|
|
|
|
|
struct seat_config *seat_config, char *identifier);
|
|
|
|
|
void apply_seat_config(struct seat_config *seat);
|
|
|
|
|
|
|
|
|
|
int output_name_cmp(const void *item, const void *data);
|
|
|
|
|
struct output_config *new_output_config();
|
|
|
|
|