From afbca61524816b18312ec46f85a73a8be4934fcc Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 8 Jan 2013 14:52:51 -0500 Subject: [PATCH] main: Remove call to clutter_x11_enable_xinput The call is deprecated and is called by default upstream. https://bugzilla.gnome.org/show_bug.cgi?id=691363 --- src/core/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/main.c b/src/core/main.c index cd4e6195f..e590854af 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -301,8 +301,6 @@ static GSourceFuncs event_funcs = { static void meta_clutter_init (void) { - clutter_x11_enable_xinput (); - clutter_x11_set_display (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())); clutter_x11_disable_event_retrieval ();