aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/view.h')
-rw-r--r--include/sway/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index ac33e11a..b2886211 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -115,4 +115,6 @@ void view_set_activated(struct sway_view *view, bool activated);
115 115
116void view_close(struct sway_view *view); 116void view_close(struct sway_view *view);
117 117
118void view_update_outputs(struct sway_view *view, const struct wlr_box *before);
119
118#endif 120#endif