opt: Optimize some function names

This commit is contained in:
DreamMaoMao 2026-07-01 11:58:03 +08:00
parent d3cf4319cd
commit 186259cf44
3 changed files with 16 additions and 16 deletions

View file

@ -2148,7 +2148,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;
}