mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
Jasper St. Pierre
a676249c0c
stack-tracker: Fix an off-by-one error in restack_managed
When restacking the last window alone, we would trigger this off-by-one error. This would throw us off the end of the array, causing lower_below warnings for nonsensical values. Since the last window already is lowered below everything else, we shouldn't need to lower it.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%