mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
b3fe1b8a8a
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.