From da23b852e7aa7a87b2048894260c3959f70e806b Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 16 May 2016 12:58:00 -0500 Subject: [PATCH] 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 45eff1390..5f8ee713d 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; }