summaryrefslogtreecommitdiff
path: root/clutter/osx/clutter-backend-osx.c
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/osx/clutter-backend-osx.c')
-rw-r--r--clutter/osx/clutter-backend-osx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/clutter/osx/clutter-backend-osx.c b/clutter/osx/clutter-backend-osx.c
index 90f5e6c17..6b6aaec11 100644
--- a/clutter/osx/clutter-backend-osx.c
+++ b/clutter/osx/clutter-backend-osx.c
@@ -245,3 +245,9 @@ clutter_backend_osx_class_init (ClutterBackendOSXClass *klass)
backend_class->create_context = clutter_backend_osx_create_context;
backend_class->ensure_context = clutter_backend_osx_ensure_context;
}
+
+ClutterBackend *
+clutter_backend_osx_new (void)
+{
+ return g_object_new (CLUTTER_TYPE_BACKEND_OSX, NULL);
+}