aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-04 09:47:04 -0500
committerGitHub <noreply@github.com>2018-01-04 09:47:04 -0500
commitbc7011db3c9298a6cdc9ab622c18450ba184973a (patch)
tree4e3260f1a88cc13d39115e22afba6c2b8b4a2d8f /include
parent0f42f8c15889acd21c52ca4b138fad3e5ed4e64b (diff)
parentead3f1e676923b0457cef77b0b482e76cac50307 (diff)
Merge pull request #1543 from emersion/output-config-by-identifier
Allow to configure outputs by their identifier
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h2
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);