[mutter/wip/wayland-display: 32/62] (to be reverted) work around crash in intel-xwayland
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/wayland-display: 32/62] (to be reverted) work around crash in intel-xwayland
- Date: Thu, 8 Aug 2013 08:30:47 +0000 (UTC)
commit 7298edb273a3fa97b7011dbb610eef0142ed2de0
Author: Giovanni Campagna <gcampagn redhat com>
Date: Fri Jul 19 15:46:45 2013 +0200
(to be reverted) work around crash in intel-xwayland
src/wayland/meta-wayland.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index 98c9c33..d1c29ce 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -655,6 +655,12 @@ meta_wayland_compositor_create_outputs (MetaWaylandCompositor *compositor,
if (output->crtc == NULL)
continue;
+ if (compositor->outputs != NULL)
+ {
+ /* FIXME! Intel xwayland crashes with multimonitor */
+ break;
+ }
+
global = wl_global_create (compositor->wayland_display,
&wl_output_interface, 2,
output, bind_output);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]