Rename view_set_csd_from_client to view_update_csd_from_client

This commit is contained in:
Ryan Dwyer 2018-09-27 17:09:05 +10:00
parent efcfe57b10
commit 6d0442c0c2
7 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ static void server_decoration_handle_mode(struct wl_listener *listener,
bool csd = deco->wlr_server_decoration->mode ==
WLR_SERVER_DECORATION_MANAGER_MODE_CLIENT;
view_set_csd_from_client(view, csd);
view_update_csd_from_client(view, csd);
arrange_container(view->container);
transaction_commit_dirty();