mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Merge branch 'wlroots' into multibackend
This commit is contained in:
commit
9a099d7533
7 changed files with 314 additions and 222 deletions
|
|
@ -397,7 +397,7 @@ struct seat_attachment_config *seat_config_get_attachment(
|
|||
void apply_seat_config(struct seat_config *seat);
|
||||
|
||||
int output_name_cmp(const void *item, const void *data);
|
||||
struct output_config *new_output_config();
|
||||
struct output_config *new_output_config(const char *name);
|
||||
void merge_output_config(struct output_config *dst, struct output_config *src);
|
||||
void apply_output_config(struct output_config *oc, swayc_t *output);
|
||||
void free_output_config(struct output_config *oc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue