mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
flexwintitle: potential for scheme discrepancy between stack and stack2
This commit is contained in:
parent
a947f8d667
commit
3e3afde993
@ -267,10 +267,10 @@ flextitlecalculate(
|
|||||||
clientsnstack2++;
|
clientsnstack2++;
|
||||||
}
|
}
|
||||||
#endif // FLEXTILE_DELUXE_LAYOUT
|
#endif // FLEXTILE_DELUXE_LAYOUT
|
||||||
else if (i % 2)
|
else if ((i - m->nmaster) % 2)
|
||||||
clientsnstack++;
|
|
||||||
else
|
|
||||||
clientsnstack2++;
|
clientsnstack2++;
|
||||||
|
else
|
||||||
|
clientsnstack++;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user