summaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 98d0f83f..4bffa2b7 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -34,9 +34,15 @@ struct sway_output {
34 34
35void output_damage_whole(struct sway_output *output); 35void output_damage_whole(struct sway_output *output);
36 36
37void output_damage_whole_surface(struct sway_output *output,
38 double ox, double oy, struct wlr_surface *surface);
39
37void output_damage_whole_view(struct sway_output *output, 40void output_damage_whole_view(struct sway_output *output,
38 struct sway_view *view); 41 struct sway_view *view);
39 42
43void output_damage_whole_container(struct sway_output *output,
44 struct sway_container *con);
45
40struct sway_container *output_by_name(const char *name); 46struct sway_container *output_by_name(const char *name);
41 47
42#endif 48#endif