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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index ac203ac7..bdd8960c 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -314,7 +314,7 @@ void view_destroy(struct sway_view *view);
314void view_begin_destroy(struct sway_view *view); 314void view_begin_destroy(struct sway_view *view);
315 315
316void view_map(struct sway_view *view, struct wlr_surface *wlr_surface, 316void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
317 bool fullscreen, bool decoration); 317 bool fullscreen, struct wlr_output *fullscreen_output, bool decoration);
318 318
319void view_unmap(struct sway_view *view); 319void view_unmap(struct sway_view *view);
320 320