mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
copy config references for input and seat
This commit is contained in:
parent
eb0f432a84
commit
9f54cd8935
6 changed files with 37 additions and 7 deletions
|
|
@ -386,12 +386,14 @@ struct cmd_results *check_security_config();
|
|||
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);
|
||||
struct input_config *copy_input_config(struct input_config *ic);
|
||||
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);
|
||||
void merge_seat_config(struct seat_config *dst, struct seat_config *src);
|
||||
struct seat_config *copy_seat_config(struct seat_config *seat);
|
||||
void free_seat_config(struct seat_config *ic);
|
||||
struct seat_attachment_config *seat_attachment_config_new();
|
||||
struct seat_attachment_config *seat_config_get_attachment(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue