aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-10-27 21:26:19 +0200
committerGitHub <noreply@github.com>2018-10-27 21:26:19 +0200
commite3a0e3322b4fd45ead0ec908eefd4cd6e41eadc1 (patch)
tree539c04a7755907648b4345e86ad9e6ffa90b7472 /include
parentf9a276544b40e74c5c0c0e2be99b950c6c474edf (diff)
parent0a4cf4748d842f1b4ec0e84e4b5c839dbe207652 (diff)
Merge pull request #3000 from Robinhuett/workspace_address_output_by_name
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);