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, 2 insertions, 2 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index e071e6c9..923498ec 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -112,7 +112,6 @@ struct sway_view {
112#if HAVE_XWAYLAND 112#if HAVE_XWAYLAND
113 struct wlr_xwayland_surface *wlr_xwayland_surface; 113 struct wlr_xwayland_surface *wlr_xwayland_surface;
114#endif 114#endif
115 struct wlr_wl_shell_surface *wlr_wl_shell_surface;
116 }; 115 };
117 116
118 struct { 117 struct {
@@ -316,7 +315,8 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface,
316 315
317void view_unmap(struct sway_view *view); 316void view_unmap(struct sway_view *view);
318 317
319void view_update_size(struct sway_view *view, int width, int height); 318void view_update_size(struct sway_view *view);
319void view_center_surface(struct sway_view *view);
320 320
321void view_child_init(struct sway_view_child *child, 321void view_child_init(struct sway_view_child *child,
322 const struct sway_view_child_impl *impl, struct sway_view *view, 322 const struct sway_view_child_impl *impl, struct sway_view *view,