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

@ -275,7 +275,7 @@ void view_set_csd_from_server(struct sway_view *view, bool enabled);
* Updates the view's border setting when the client unexpectedly changes their
* decoration mode.
*/
void view_set_csd_from_client(struct sway_view *view, bool enabled);
void view_update_csd_from_client(struct sway_view *view, bool enabled);
void view_set_tiled(struct sway_view *view, bool tiled);