mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-21 05:34:05 -04:00
fix: nmaster num caculate error in master layout
This commit is contained in:
parent
1e8e4677dd
commit
f3f3215791
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