summaryrefslogtreecommitdiffstats
path: root/sway/desktop/wl_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/wl_shell.c')
-rw-r--r--sway/desktop/wl_shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index 2d666d95..e97a898e 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -40,7 +40,6 @@ static void configure(struct sway_view *view, double ox, double oy, int width,
40 if (wl_shell_view == NULL) { 40 if (wl_shell_view == NULL) {
41 return; 41 return;
42 } 42 }
43 view_update_position(view, ox, oy);
44 wl_shell_view->pending_width = width; 43 wl_shell_view->pending_width = width;
45 wl_shell_view->pending_height = height; 44 wl_shell_view->pending_height = height;
46 wlr_wl_shell_surface_configure(view->wlr_wl_shell_surface, 0, width, height); 45 wlr_wl_shell_surface_configure(view->wlr_wl_shell_surface, 0, width, height);