[gnome-maps] Revert "application: Force the X11 clutter backend."



commit 69345b4d8cac80748367c5fbe3ed0e1ad07bb236
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Jun 10 22:38:01 2015 +0200

    Revert "application: Force the X11 clutter backend."
    
    This reverts commit 178b3cb7230804dbcf01da81dbd43751581ab223.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750059

 src/application.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index c6a6b59..375633f 100644
--- a/src/application.js
+++ b/src/application.js
@@ -20,7 +20,6 @@
  *         Zeeshan Ali (Khattak) <zeeshanak gnome org>
  */
 
-const Clutter = imports.gi.Clutter;
 const GLib = imports.gi.GLib;
 const GObject = imports.gi.GObject;
 const Gio = imports.gi.Gio;
@@ -173,8 +172,6 @@ const Application = new Lang.Class({
     vfunc_startup: function() {
         this.parent();
 
-       // work-around for the Nvidia proprietary driver not coping with the GDK Clutter backend
-       Clutter.set_windowing_backend('x11');
         GtkClutter.init(null);
 
         Utils.loadStyleSheet(Gio.file_new_for_uri('resource:///org/gnome/Maps/application.css'));


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