mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Refactor output command, add output enable
This commit is contained in:
parent
e1c5adc918
commit
21c61f1c09
3 changed files with 231 additions and 219 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