diff options
author | emersion <contact@emersion.fr> | 2017-12-29 19:04:16 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-29 19:04:16 +0100 |
commit | ead3f1e676923b0457cef77b0b482e76cac50307 (patch) | |
tree | 6a4c75b23de360d4eadbf4e1aa647a0d93c81eb2 /include | |
parent | 150e145a511a5593e8c3724f926e36b0143d22a5 (diff) |
Allow to configure outputs by their identifier
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 045359ca..eecdde3a 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -397,6 +397,8 @@ 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); +void output_get_identifier(char *identifier, size_t len, + struct sway_output *output); 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); |