aboutsummaryrefslogtreecommitdiffstats
path: root/sway/xdg_decoration.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/xdg_decoration.c')
-rw-r--r--sway/xdg_decoration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/xdg_decoration.c b/sway/xdg_decoration.c
index 2e7e4bd0..80b2f57e 100644
--- a/sway/xdg_decoration.c
+++ b/sway/xdg_decoration.c
@@ -26,7 +26,7 @@ static void xdg_decoration_handle_surface_commit(struct wl_listener *listener,
26 WLR_XDG_TOPLEVEL_DECORATION_V1_MODE_CLIENT_SIDE; 26 WLR_XDG_TOPLEVEL_DECORATION_V1_MODE_CLIENT_SIDE;
27 struct sway_view *view = decoration->view; 27 struct sway_view *view = decoration->view;
28 28
29 view_set_csd_from_client(view, csd); 29 view_update_csd_from_client(view, csd);
30 30
31 arrange_container(view->container); 31 arrange_container(view->container);
32 transaction_commit_dirty(); 32 transaction_commit_dirty();