raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3c307c4b25ef6781ab4ad3c18292924f16252a76
commit 3c307c4b25ef6781ab4ad3c18292924f16252a76 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jun 22 13:12:23 2020 +0100 ecore wl - make comment note about allocating buffers --- src/lib/ecore_wl2/ecore_wl2_buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_wl2/ecore_wl2_buffer.c b/src/lib/ecore_wl2/ecore_wl2_buffer.c index 92df71c786..386eff294f 100644 --- a/src/lib/ecore_wl2/ecore_wl2_buffer.c +++ b/src/lib/ecore_wl2/ecore_wl2_buffer.c @@ -371,6 +371,7 @@ _wl_shm_alloc(Buffer_Manager *self EINA_UNUSED, const char *name EINA_UNUSED, in void *out = NULL; char *tmp; + // XXX try memfd, then shm open then the below... tmp = eina_vpath_resolve("(:usr.run:)/evas-wayland_shm-XXXXXX"); *fd = eina_file_mkstemp(tmp, &fullname); free(tmp); --
