@@ 130,8 130,8 @@ static void buffer(void* data, struct zw
frame->height = height;
frame->stride = stride;
frame->size = stride * height;
- frame->fd = shm_open("/wlrobs", O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
- shm_unlink("/wlrobs");
+ frame->fd = shm_open("/taiga", O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
+ shm_unlink("/taiga");
ftruncate(frame->fd, stride * height);
frame->pool = wl_shm_create_pool(shm, frame->fd, stride * height);
frame->buffer = wl_shm_pool_create_buffer(frame->pool, 0, width, height, stride, format);