mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
c73d340448
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.