From: Emmanuele Bassi Date: Thu, 31 May 2012 09:06:05 +0000 (+0100) Subject: osx/backend: Chain up in create_context() X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1fcc828be841fc29547435b0c8611105d7938b8;p=profile%2Fivi%2Fclutter.git osx/backend: Chain up in create_context() This will ensure that we have a CoglContext, albeit the stub winsys one, on Mac. Tested-by: Roland Peffer Tested-by: Laszlo Pandy --- diff --git a/clutter/osx/clutter-backend-osx.c b/clutter/osx/clutter-backend-osx.c index 6dd1efa..4fe2988 100644 --- a/clutter/osx/clutter-backend-osx.c +++ b/clutter/osx/clutter-backend-osx.c @@ -138,6 +138,9 @@ clutter_backend_osx_create_context (ClutterBackend *backend, [backend_osx->context makeCurrentContext]; + CLUTTER_BACKEND_CLASS (clutter_backend_osx_parent_class)->create_context (backend, + error); + CLUTTER_OSX_POOL_RELEASE(); return TRUE;