[mutter/wip/wayland-display: 17/17] (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: 17/17] (to be reverted) work around crash in intel-xwayland
- Date: Fri, 19 Jul 2013 14:07:55 +0000 (UTC)
commit 74a0d7fccb32d269541f763be3abe2e426e56752
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 fb50a69..e1d1d5d 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -662,6 +662,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]