mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04: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
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue