mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
01c9570d16
Viewport didn't initialized before OGL drawing and it causes crash on assert so added viewport initalization to clutter_stage_osx_realize. Also showing the stage causes drawing function but other part of the system(in particular conformance tests) don't expect it and aren't ready at this moment.