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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index e97a898e..99e8947b 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -85,7 +85,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
85 // TODO: Let floating views do whatever 85 // TODO: Let floating views do whatever
86 view_update_size(view, wl_shell_view->pending_width, 86 view_update_size(view, wl_shell_view->pending_width,
87 wl_shell_view->pending_height); 87 wl_shell_view->pending_height);
88 view_damage(view, false); 88 view_damage_from(view);
89} 89}
90 90
91static void handle_destroy(struct wl_listener *listener, void *data) { 91static void handle_destroy(struct wl_listener *listener, void *data) {