summaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 711ab7aa..a9034637 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -737,8 +737,6 @@ void view_update_size(struct sway_view *view, int width, int height) {
737 con->surface_x = fmax(con->surface_x, con->content_x); 737 con->surface_x = fmax(con->surface_x, con->content_x);
738 con->surface_y = fmax(con->surface_y, con->content_y); 738 con->surface_y = fmax(con->surface_y, con->content_y);
739 } 739 }
740 con->surface_width = width;
741 con->surface_height = height;
742} 740}
743 741
744static const struct sway_view_child_impl subsurface_impl; 742static const struct sway_view_child_impl subsurface_impl;