aboutsummaryrefslogtreecommitdiffstats
path: root/sway/xdg_decoration.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-27 17:09:05 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-27 22:51:37 +1000
commit6d0442c0c2cfcb75f855348b8133abcb2f3c2427 (patch)
tree9d868c6458b573712f52c3c5b652dc702dc731d5 /sway/xdg_decoration.c
parentRemove CSD from toggle list if client doesn't support it (diff)
downloadsway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.tar.gz
sway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.tar.zst
sway-6d0442c0c2cfcb75f855348b8133abcb2f3c2427.zip
Rename view_set_csd_from_client to view_update_csd_from_client
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();