mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
Merge branch 'main' into feature/dual-row-scroller
This commit is contained in:
commit
9d04eff5ea
11 changed files with 226 additions and 108 deletions
|
|
@ -350,7 +350,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