mirror of
https://github.com/brl/mutter.git
synced 2025-03-12 14:25:07 +00:00

Right now we just check for a NULL stage before calling glXMakeCurrent(). We can, though, get a valid stage without an implementation attached to it while we are disposing a stage after a CLUTTER_DELETE event, since the events processing is performed on a vblank-locked basis.