[mutter/wip/wayland-display: 23/55] (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: 23/55] (to be reverted) work around	crash in intel-xwayland
 
- Date: Tue, 30 Jul 2013 16:17:46 +0000 (UTC)
 
commit c2f8508a75fcf4d1df564ac56658da82e933e943
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 f3aafdb..0ef371d 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -670,6 +670,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]