[gnome-shell/wip/sass] layout: Add the feedback group to the uiGroup
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass] layout: Add the feedback group to the uiGroup
- Date: Wed, 8 Oct 2014 13:03:25 +0000 (UTC)
commit 944b49a4de7abf584b8e3384954405521bbef0e3
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]