mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
Owen W. Taylor
9401196e88
Remove cache of last stacking order in stack.c
stack.c kept it's own record of the last stacking it requested, so that restacking could be done with minimal moves, but we already have a better view of the stacking order with the stack tracker, so use that instead. This allows eliminating the special case for the first restack. https://bugzilla.gnome.org/show_bug.cgi?id=736559
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%