mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-05 00:06:20 -04:00
opt: Optimize some function names
This commit is contained in:
parent
5337405c31
commit
6c0603dce7
2 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue