[the-board] [main] Disable multidevice support



commit cfd1a994374c56a63d43841d8ed9d1cd66074736
Author: Lucas Rocha <lucasr gnome org>
Date:   Thu Dec 23 03:33:05 2010 +0000

    [main] Disable multidevice support
    
    This is causing main window to not received any pointer events. Might
    be a clutter-gtk bug.

 src/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 204ed5b..0978a70 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,6 +38,10 @@ 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]