mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
fix wrong reference
This commit is contained in:
parent
f9e03240eb
commit
4cac70d354
1 changed files with 2 additions and 2 deletions
|
|
@ -579,8 +579,8 @@ void monocle(Monitor *m) {
|
||||||
wl_list_for_each(c, &clients, link) {
|
wl_list_for_each(c, &clients, link) {
|
||||||
if (!VISIBLEON(c, m) || !ISFAKETILED(c))
|
if (!VISIBLEON(c, m) || !ISFAKETILED(c))
|
||||||
continue;
|
continue;
|
||||||
client_tile_resize(fc, geom, 0);
|
client_tile_resize(c, geom, 0);
|
||||||
monocle_set_focus(fc, true);
|
monocle_set_focus(c, c == fc);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue