aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 54f6d90e..526a8485 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -113,4 +113,8 @@ void view_close(struct sway_view *view);
113 113
114void view_update_outputs(struct sway_view *view, const struct wlr_box *before); 114void view_update_outputs(struct sway_view *view, const struct wlr_box *before);
115 115
116void view_damage_whole(struct sway_view *view);
117
118void view_damage_from(struct sway_view *view);
119
116#endif 120#endif