From 3c307c4b25ef6781ab4ad3c18292924f16252a76 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 22 Jun 2020 13:12:23 +0100 Subject: [PATCH] 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);