mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
compositor: Add explicit API call to redirect X11 windows
This is not useful yet, but will be when Xwayland may restart https://gitlab.gnome.org/GNOME/mutter/merge_requests/709
This commit is contained in:

committed by
Carlos Garnacho

parent
9a10b8ff94
commit
319f7f5b63
@ -648,6 +648,8 @@ meta_display_init_x11 (MetaDisplay *display,
|
||||
if (!display->display_opening)
|
||||
meta_display_manage_all_xwindows (display);
|
||||
|
||||
meta_compositor_redirect_x11_windows (display->compositor);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user