[gnome-shell] layout: Add the feedback group to the uiGroup



commit 83f0f4ea36bd263353ea92ad47523429c06bdabe
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 6 17:07:59 2014 -0700

    layout: Add the feedback group to the uiGroup
    
    This makes DND under Wayland visible under the magnifier.

 js/ui/layout.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/layout.js b/js/ui/layout.js
index 0c7a134..c61376d 100644
--- a/js/ui/layout.js
+++ b/js/ui/layout.js
@@ -230,6 +230,10 @@ const LayoutManager = new Lang.Class({
         global.stage.remove_actor(global.top_window_group);
         this.uiGroup.add_actor(global.top_window_group);
 
+        let feedbackGroup = Meta.get_feedback_group_for_screen(global.screen);
+        global.stage.remove_actor(feedbackGroup);
+        this.uiGroup.add_actor(feedbackGroup);
+
         this._backgroundGroup = new Meta.BackgroundGroup();
         global.window_group.add_child(this._backgroundGroup);
         this._backgroundGroup.lower_bottom();


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