mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-21 01:40:21 -05:00
fix: nmaster num caculate error in master layout
This commit is contained in:
parent
fe5a1b6c59
commit
16b62f65bc
4 changed files with 13 additions and 12 deletions
|
|
@ -349,7 +349,7 @@ Client *find_client_by_direction(Client *tc, const Arg *arg, bool findfloating,
|
|||
}
|
||||
|
||||
free(tempClients); // 释放内存
|
||||
if(tempSameMonitorFocusClients) {
|
||||
if (tempSameMonitorFocusClients) {
|
||||
return tempSameMonitorFocusClients;
|
||||
} else {
|
||||
return tempFocusClients;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue