mirror of
https://github.com/brl/mutter.git
synced 2025-03-17 08:45:03 +00:00

Before any rendering is done by Cogl it needs to ensure the clip stack is set up correctly by calling cogl_clip_ensure. This was not being done for the Cogl vertex buffer so it would still use the clip from the previous render.