mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -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
|
|
@ -318,7 +318,7 @@ void view_set_csd_from_server(struct sway_view *view, bool enabled) {
|
|||
}
|
||||
}
|
||||
|
||||
void view_set_csd_from_client(struct sway_view *view, bool enabled) {
|
||||
void view_update_csd_from_client(struct sway_view *view, bool enabled) {
|
||||
if (enabled && view->border != B_CSD) {
|
||||
view->saved_border = view->border;
|
||||
view->border = B_CSD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue