From 521125b672fbde33090f1c67b5051db2fd8404a3 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 31 Mar 2014 23:04:44 -0400 Subject: meta-wayland: Use meta_clutter_init --- src/wayland/meta-wayland.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c index d27ea8d1e..2e5635321 100644 --- a/src/wayland/meta-wayland.c +++ b/src/wayland/meta-wayland.c @@ -37,6 +37,8 @@ #include +#include "backends/meta-backend.h" + #include "meta-wayland-private.h" #include "meta-xwayland-private.h" #include "meta-wayland-stage.h" @@ -634,8 +636,7 @@ meta_wayland_init (void) compositor->launcher = meta_launcher_new (); #endif - if (clutter_init (NULL, NULL) != CLUTTER_INIT_SUCCESS) - g_error ("Failed to initialize Clutter"); + meta_clutter_init (); meta_monitor_manager_initialize (); monitors = meta_monitor_manager_get (); -- cgit v1.2.1