ecore wl - make comment note about allocating buffers
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 22 Jun 2020 12:12:23 +0000 (13:12 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 23 Jun 2020 21:37:22 +0000 (06:37 +0900)
src/lib/ecore_wl2/ecore_wl2_buffer.c

index fe087f9e30809e447008e218e186e4bac19bc27f..789af2b3fb24d8a2d1a590f6ffd1b52d30818fda 100644 (file)
@@ -339,6 +339,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);