opt: Optimize some function names

This commit is contained in:
DreamMaoMao 2026-07-01 12:01:22 +08:00
parent 5337405c31
commit 6c0603dce7
2 changed files with 17 additions and 17 deletions

View file

@ -2149,7 +2149,7 @@ int32_t dwindle_set_split_direction(Client *c, bool istoggle, bool horizontal) {
leaf->custom_leaf_split_h = false;
}
bool hit_no_border = check_hit_no_border(c);
apply_split_border(c, hit_no_border);
client_draw_split_border(c, hit_no_border);
return 0;
}