[rhythmbox] don't disable multidevice



commit f84a33d9bf6b73e95f2d5c9f0ef20caff03f55d0
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Mar 30 10:37:48 2013 +1000

    don't disable multidevice
    
    clutter-gtk doesn't need it any more, and it stops touch input
    from working properly.

 shell/main.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/shell/main.c b/shell/main.c
index cdc09d8..4770736 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -61,13 +61,6 @@ main (int argc, char **argv)
        }
 #endif
 
-       /* disable multidevice so clutter-gtk events work.
-        * this needs to be done before gtk_open, so the visualizer
-        * plugin can't do it.
-        *
-        * XXX not necessary any more?
-        */
-       gdk_disable_multidevice ();
        g_type_init ();
        g_random_set_seed (time (0));
 


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