[gnome-maps] Revert "application: Prefer X11 and Wayland backends over GDK"



commit 8cbea869fc17f30d65ef8b1515e946753adbf9a4
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Wed Mar 2 20:33:00 2016 +0100

    Revert "application: Prefer X11 and Wayland backends over GDK"
    
    This reverts commit 2a460a12d50b37ac105d0ed4fab04ce9afc04d6d.

 src/application.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 2d6b023..5a452ee 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;
@@ -219,7 +218,6 @@ const Application = new Lang.Class({
     vfunc_startup: function() {
         this.parent();
 
-        Clutter.set_windowing_backend('x11,wayland,*');
         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]