Fix output wildcard handling

This commit is contained in:
Brian Ashworth 2018-07-20 12:32:29 -04:00
parent b642d47c7f
commit 9605ab45f1
3 changed files with 108 additions and 62 deletions

View file

@ -461,6 +461,8 @@ void merge_output_config(struct output_config *dst, struct output_config *src);
void apply_output_config(struct output_config *oc,
struct sway_container *output);
struct output_config *store_output_config(struct output_config *oc);
void free_output_config(struct output_config *oc);
int workspace_output_cmp_workspace(const void *a, const void *b);