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

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.