mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
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:
parent
0be57b621b
commit
762fa0e116
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user