aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 80097dd3..3e5a9bfe 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -274,7 +274,7 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
274void view_unmap(struct sway_view *view); 274void view_unmap(struct sway_view *view);
275 275
276void view_update_size(struct sway_view *view); 276void view_update_size(struct sway_view *view);
277void view_center_surface(struct sway_view *view); 277void view_center_and_clip_surface(struct sway_view *view);
278 278
279struct sway_view *view_from_wlr_xdg_surface( 279struct sway_view *view_from_wlr_xdg_surface(
280 struct wlr_xdg_surface *xdg_surface); 280 struct wlr_xdg_surface *xdg_surface);