aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-27 15:56:06 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-10-27 15:56:06 +0200
commitba521ad5a449da2017e5fb21eb5beaeab258ba2e (patch)
tree9dd23ca39d67daa6447de0f097cfd615afc87154 /include
parent9e6688e99f9460f757c76230ed877a562732a07e (diff)
Use output identifier for workspace config
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 369e62ce..22cb352a 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -86,6 +86,8 @@ void output_damage_whole_container(struct sway_output *output,
struct sway_output *output_by_name(const char *name);
+struct sway_output *output_by_identifier(const char *identifier);
+
void output_sort_workspaces(struct sway_output *output);
struct output_config *output_find_config(struct sway_output *output);