aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 0 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index 4d4d1ed7..4fcc6317 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -67,6 +67,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
67 // TODO: Let floating views do whatever 67 // TODO: Let floating views do whatever
68 view->width = sway_surface->pending_width; 68 view->width = sway_surface->pending_width;
69 view->height = sway_surface->pending_height; 69 view->height = sway_surface->pending_height;
70 view_damage_from(view);
70} 71}
71 72
72static void handle_destroy(struct wl_listener *listener, void *data) { 73static void handle_destroy(struct wl_listener *listener, void *data) {