mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 12:32:05 +00:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
74b6484812
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. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |