mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
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;
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue