bar/wayland: better name for SHM backing memfd

This commit is contained in:
Daniel Eklöf 2019-03-30 22:24:13 +01:00
parent fa586b9ac1
commit 0aee7befd8

View file

@ -460,7 +460,7 @@ get_buffer(struct wayland_backend *backend)
cairo_t *cairo = NULL;
/* Backing memory for SHM */
pool_fd = memfd_create("wayland-test-buffer-pool", MFD_CLOEXEC);
pool_fd = memfd_create("f00bar-wayland-shm-buffer-pool", MFD_CLOEXEC);
if (pool_fd == -1) {
LOG_ERRNO("failed to create SHM backing memory file");
goto err;