mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
0e7b18832a
When removing the frame callback on the CoglOnscreen, we loose the ability to get notified of swap events. This could leave us with a counter != 0 which leads to a deadlock situation after the next realize/draw cycle. https://bugzilla.gnome.org/show_bug.cgi?id=755014