mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
a54aa40dbe
Actually calling cogl_set_default_context isn't required because cogl_context_new implicitly sets the new context to be the default context. Since we want to eventually get rid of the concept of a default context we'd rather not pollute the example with the concept.