From ea725ed1d2000d5409e701dc770282b28e80d5e6 Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Tue, 14 Nov 2023 10:43:01 +0100 Subject: [PATCH] mangoapp: revert the msg key --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 8897fd18..fdb87822 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -151,7 +151,7 @@ static void msg_read_thread(){ HUDElements.gamescope_debug_app.push_back(0); HUDElements.gamescope_debug_latency.push_back(0); } - int key = ftok("/tmp/mangoapp", 65); + int key = ftok("mangoapp", 65); msgid = msgget(key, 0666 | IPC_CREAT); // uint32_t previous_pid = 0; const struct mangoapp_msg_header *hdr = (const struct mangoapp_msg_header*) raw_msg;