[the-board] [main] Don't disable multi-device locally



commit ee75eb9f330374684aaa699843ccfd3d116c554e
Author: Lucas Rocha <lucasr gnome org>
Date:   Fri Jan 14 17:12:13 2011 +0000

    [main] Don't disable multi-device locally
    
    clutter-gtk >= 0.91.8 does that already. So, let it do it for us if
    necessary. Update dependencies accordingly.

 configure.ac |    2 +-
 src/main.c   |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6ca5ca7..2ef19f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ CLUTTER_MIN_VERSION=1.5.8
 GLIB_MIN_VERSION=2.27.3
 GTK_MIN_VERSION=2.91.7
 GJS_MIN_VERSION=0.7.7
-CLUTTER_GTK_MIN_VERSION=0.91.6
+CLUTTER_GTK_MIN_VERSION=0.91.8
 CLUTTER_GST_MIN_VERSION=1.3.2
 GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
 MX_MIN_VERSION=1.1.1
diff --git a/src/main.c b/src/main.c
index 0978a70..204ed5b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,10 +38,6 @@ main (int argc, char **argv)
   GjsContext *js_context;
   GError *error;
 
-  /* Disable multidevice support as this is causing
-   * main window to not received any pointer events */
-  gdk_disable_multidevice ();
-
   gtk_clutter_init (&argc, &argv);
   clutter_gst_init (0, NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]