aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r--sway/desktop/xwayland.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index 743e85bc..c972fd3a 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -383,6 +383,8 @@ static void handle_commit(struct wl_listener *listener, void *data) {
383 memcpy(&view->geometry, &new_geo, sizeof(struct wlr_box)); 383 memcpy(&view->geometry, &new_geo, sizeof(struct wlr_box));
384 desktop_damage_view(view); 384 desktop_damage_view(view);
385 transaction_commit_dirty(); 385 transaction_commit_dirty();
386 transaction_notify_view_ready_by_size(view,
387 new_geo.width, new_geo.height);
386 } else { 388 } else {
387 memcpy(&view->geometry, &new_geo, sizeof(struct wlr_box)); 389 memcpy(&view->geometry, &new_geo, sizeof(struct wlr_box));
388 } 390 }