forked from external/yambar
bar/wayland: better name for SHM backing memfd
This commit is contained in:
parent
fa586b9ac1
commit
0aee7befd8
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ get_buffer(struct wayland_backend *backend)
|
||||||
cairo_t *cairo = NULL;
|
cairo_t *cairo = NULL;
|
||||||
|
|
||||||
/* Backing memory for SHM */
|
/* 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) {
|
if (pool_fd == -1) {
|
||||||
LOG_ERRNO("failed to create SHM backing memory file");
|
LOG_ERRNO("failed to create SHM backing memory file");
|
||||||
goto err;
|
goto err;
|
||||||
|
|
Loading…
Add table
Reference in a new issue