[mutter/wayland] compositor: Also redirect windows in wayland compositor mode
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] compositor: Also redirect windows in wayland compositor mode
- Date: Mon, 25 Nov 2013 14:37:03 +0000 (UTC)
commit 762fa0e116b8d997d5fb95969c2c48cee8de1d67
Author: Rui Matos <tiagomatos gmail com>
Date: Mon Nov 25 12:00:55 2013 +0100
compositor: Also redirect windows in wayland compositor mode
XWayland was doing this for us but now it isn't anymore.
src/compositor/compositor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
index 6c9c137..93464e1 100644
--- a/src/compositor/compositor.c
+++ b/src/compositor/compositor.c
@@ -820,10 +820,10 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
* contents until we show the stage.
*/
XMapWindow (xdisplay, info->output);
-
- redirect_windows (compositor, screen);
}
+ redirect_windows (compositor, screen);
+
info->plugin_mgr = meta_plugin_manager_new (screen);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]