aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar Robinhuett <5955614+Robinhuett@users.noreply.github.com>2018-10-27 15:56:06 +0200
committerLibravatar Robinhuett <5955614+Robinhuett@users.noreply.github.com>2018-10-27 15:56:06 +0200
commit0a4cf4748d842f1b4ec0e84e4b5c839dbe207652 (patch)
tree9dd23ca39d67daa6447de0f097cfd615afc87154 /include/sway/output.h
parentRevert "Fix #2992" (diff)
downloadsway-0a4cf4748d842f1b4ec0e84e4b5c839dbe207652.tar.gz
sway-0a4cf4748d842f1b4ec0e84e4b5c839dbe207652.tar.zst
sway-0a4cf4748d842f1b4ec0e84e4b5c839dbe207652.zip
Use output identifier for workspace config
Diffstat (limited to 'include/sway/output.h')
-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,
86 86
87struct sway_output *output_by_name(const char *name); 87struct sway_output *output_by_name(const char *name);
88 88
89struct sway_output *output_by_identifier(const char *identifier);
90
89void output_sort_workspaces(struct sway_output *output); 91void output_sort_workspaces(struct sway_output *output);
90 92
91struct output_config *output_find_config(struct sway_output *output); 93struct output_config *output_find_config(struct sway_output *output);