ecore wl - make comment note about allocating buffers

This commit is contained in:
Carsten Haitzler 2020-06-22 13:12:23 +01:00
parent be5b6b2476
commit 3c307c4b25
1 changed files with 1 additions and 0 deletions

View File

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