derekf pushed a commit to branch master.

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

commit da23b852e7aa7a87b2048894260c3959f70e806b
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Mon May 16 12:58:00 2016 -0500

    Disable wayland dmabuf for the X11 backend
    
    This is just too hard to get right and nobody will notice its
    absence, so let's not bother for now (or ever, I hope)
---
 src/modules/wl_x11/e_mod_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/wl_x11/e_mod_main.c b/src/modules/wl_x11/e_mod_main.c
index 45eff13..5f8ee71 100644
--- a/src/modules/wl_x11/e_mod_main.c
+++ b/src/modules/wl_x11/e_mod_main.c
@@ -49,6 +49,8 @@ e_modapi_init(E_Module *m)
    e_comp->pointer = e_pointer_canvas_new(e_comp->ee, EINA_TRUE);
    e_comp->pointer->color = EINA_TRUE;
 
+   e_comp_wl->dmabuf_disable = EINA_TRUE;
+
    return m;
 }
 

-- 


Reply via email to