aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xdg_shell_v6.c')
-rw-r--r--sway/desktop/xdg_shell_v6.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c
index c6ac0f4e..5b3c7b2b 100644
--- a/sway/desktop/xdg_shell_v6.c
+++ b/sway/desktop/xdg_shell_v6.c
@@ -250,8 +250,9 @@ static void handle_commit(struct wl_listener *listener, void *data) {
250 if (!view->swayc) { 250 if (!view->swayc) {
251 return; 251 return;
252 } 252 }
253 if (view->swayc->instructions->length) { 253 if (view->swayc->instruction) {
254 transaction_notify_view_ready(view, xdg_surface_v6->configure_serial); 254 transaction_notify_view_ready_by_serial(view,
255 xdg_surface_v6->configure_serial);
255 } 256 }
256 257
257 view_damage_from(view); 258 view_damage_from(view);