mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
9b2f8179f0
Instead of storing a pointer to the CoglRectangleMap and a handle to the atlas texture in the context, there is a now a separate data structure called a CoglAtlas to manage these two. The context just contains a pointer to this. The code to reorganise the atlas has been moved from cogl-atlas-texture.c to cogl-atlas.c