compositor: Also redirect windows in wayland compositor mode

XWayland was doing this for us but now it isn't anymore.
This commit is contained in:
Rui Matos 2013-11-25 12:00:55 +01:00
parent 0be57b621b
commit 762fa0e116

View File

@ -820,10 +820,10 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
* contents until we show the stage. * contents until we show the stage.
*/ */
XMapWindow (xdisplay, info->output); XMapWindow (xdisplay, info->output);
redirect_windows (compositor, screen);
} }
redirect_windows (compositor, screen);
info->plugin_mgr = meta_plugin_manager_new (screen); info->plugin_mgr = meta_plugin_manager_new (screen);
} }