discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2bf57d79afca8fd98b1ec339bcc5b75152d35c4d

commit 2bf57d79afca8fd98b1ec339bcc5b75152d35c4d
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jun 25 20:04:01 2015 -0400

    set shm engine for wl internal windows
    
    this seems to be necessary for now to prevent crashing
---
 src/bin/e_comp_wl.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 6c77a1a..9e5ca54 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2607,8 +2607,11 @@ e_comp_wl_init(void)
 
    /* add event handlers to catch E events */
    if (e_comp->comp_type != E_PIXMAP_TYPE_X)
-     if (e_randr2_init())
-       e_randr2_screens_setup(-1, -1);
+     {
+        if (e_randr2_init())
+          e_randr2_screens_setup(-1, -1);
+        elm_config_preferred_engine_set("wayland_shm");
+     }
 
    E_LIST_HANDLER_APPEND(handlers, E_EVENT_RANDR_CHANGE,
                                 _e_comp_wl_cb_randr_change, NULL);

-- 


Reply via email to