summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cursor/os-compatibility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/os-compatibility.c b/cursor/os-compatibility.c
index d7d4b33..e972d21 100644
--- a/cursor/os-compatibility.c
+++ b/cursor/os-compatibility.c
@@ -103,7 +103,7 @@ create_tmpfile_cloexec(char *tmpname)
int
os_create_anonymous_file(off_t size)
{
- static const char template[] = "/weston-shared-XXXXXX";
+ static const char template[] = "/wayland-cursor-shared-XXXXXX";
const char *path;
char *name;
int fd;