aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 2aa1b278..04202976 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -96,6 +96,9 @@ void output_damage_box(struct sway_output *output, struct wlr_box *box);
96void output_damage_whole_container(struct sway_output *output, 96void output_damage_whole_container(struct sway_output *output,
97 struct sway_container *con); 97 struct sway_container *con);
98 98
99bool output_match_name_or_id(struct sway_output *output,
100 const char *name_or_id);
101
99// this ONLY includes the enabled outputs 102// this ONLY includes the enabled outputs
100struct sway_output *output_by_name_or_id(const char *name_or_id); 103struct sway_output *output_by_name_or_id(const char *name_or_id);
101 104