Use wlsunset in anonymous file template

master
Kenny Levinsen 2020-10-04 00:55:25 +02:00
parent 0128fb535f
commit 5761b05c1b
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -92,7 +92,7 @@ struct output {
static struct zwlr_gamma_control_manager_v1 *gamma_control_manager = NULL;
static int create_anonymous_file(off_t size) {
char template[] = "/tmp/wlroots-shared-XXXXXX";
char template[] = "/tmp/wlsunset-shared-XXXXXX";
int fd = mkstemp(template);
if (fd < 0) {
return -1;