mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
e080e824ee
When iterating over the rectangle map a stack is used to implement a recursive algorithm. Previously this was slice allocating a linked list. Now it uses a GArray which is retained with the rectangle map to avoid frequent allocations which is a little bit faster.