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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index fff31da8..b63c220c 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -79,7 +79,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
79 // TODO: Let floating views do whatever 79 // TODO: Let floating views do whatever
80 view_update_size(view, wl_shell_view->pending_width, 80 view_update_size(view, wl_shell_view->pending_width,
81 wl_shell_view->pending_height); 81 wl_shell_view->pending_height);
82 view_damage_from(view); 82 view_damage(view, false);
83} 83}
84 84
85static void handle_destroy(struct wl_listener *listener, void *data) { 85static void handle_destroy(struct wl_listener *listener, void *data) {