mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
172074fd29
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.