mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00

Commit eae45619299 tried to clean how it checks for the private actor flags. However the check for the 'IN_DESTRUCTION' flag in the Win32 backend got inverted so it would always clear the current context. This was causing _cogl_check_driver_valid to fail later and then the realize would get stuck in a infinite loop.