From d4729fdae017bd5069e0632d039599595eca499c Mon Sep 17 00:00:00 2001 From: Daniel Eklöf Date: Sun, 18 Apr 2021 19:50:01 +0200 Subject: shm: fix copy-paste typo in memfd name; this is wbg, not fuzzel --- shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shm.c b/shm.c index e9f2ef3..adc91df 100644 --- a/shm.c +++ b/shm.c @@ -53,7 +53,7 @@ shm_get_buffer(struct wl_shm *shm, int width, int height, unsigned long cookie) pixman_image_t *pix = NULL; /* Backing memory for SHM */ - pool_fd = memfd_create("fuzzel-wayland-shm-buffer-pool", MFD_CLOEXEC); + pool_fd = memfd_create("wbg-wayland-shm-buffer-pool", MFD_CLOEXEC); if (pool_fd == -1) { LOG_ERRNO("failed to create SHM backing memory file"); goto err; -- cgit v1.2.3