mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
Rename view_set_csd_from_client to view_update_csd_from_client
This commit is contained in:
parent
efcfe57b10
commit
6d0442c0c2
7 changed files with 7 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ static void xdg_decoration_handle_surface_commit(struct wl_listener *listener,
|
|||
WLR_XDG_TOPLEVEL_DECORATION_V1_MODE_CLIENT_SIDE;
|
||||
struct sway_view *view = decoration->view;
|
||||
|
||||
view_set_csd_from_client(view, csd);
|
||||
view_update_csd_from_client(view, csd);
|
||||
|
||||
arrange_container(view->container);
|
||||
transaction_commit_dirty();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue