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)
This commit is contained in:
Derek Foreman 2016-05-16 12:58:00 -05:00
parent 6b0c55dd96
commit da23b852e7
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}