summaryrefslogtreecommitdiffstats
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 870ef2e0..dc1f0b02 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -329,7 +329,8 @@ void view_destroy(struct sway_view *view);
329 329
330void view_begin_destroy(struct sway_view *view); 330void view_begin_destroy(struct sway_view *view);
331 331
332void view_map(struct sway_view *view, struct wlr_surface *wlr_surface); 332void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
333 bool fullscreen, bool decoration);
333 334
334void view_unmap(struct sway_view *view); 335void view_unmap(struct sway_view *view);
335 336