[mutter/wip/carlosg/async-xwayland-startup: 1/6] x11: Set up the compositing manager selection on meta_display_init_x11()
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/async-xwayland-startup: 1/6] x11: Set up the compositing manager selection on meta_display_init_x11()
- Date: Fri, 28 Feb 2020 18:28:05 +0000 (UTC)
commit 9d53c9e6a79125add58e8dd83ef7e7d88efab6f1
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Feb 28 18:59:39 2020 +0100
x11: Set up the compositing manager selection on meta_display_init_x11()
This used to be set on meta_compositor_manage(), but only if there is a
MetaX11Display. Given meta_display_init_x11() is Wayland only, and we can
always assume compositing to be enabled, just have it invariably set after
the X server is up.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/944
src/core/display.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/core/display.c b/src/core/display.c
index a61959cc5..31346fae4 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -676,6 +676,7 @@ meta_display_init_x11 (MetaDisplay *display,
if (!display->display_opening)
{
g_signal_emit (display, display_signals[X11_DISPLAY_OPENED], 0);
+ meta_x11_display_set_cm_selection (x11_display);
meta_display_manage_all_xwindows (display);
meta_compositor_redirect_x11_windows (display->compositor);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]