From b1fcc828be841fc29547435b0c8611105d7938b8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 31 May 2012 10:06:05 +0100 Subject: [PATCH] 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 --- clutter/osx/clutter-backend-osx.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.7.4