Skip to content

Commit

Permalink
mangoapp: revert the msg key
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Nov 14, 2023
1 parent b1ae5b8 commit ea725ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ea725ed

Please sign in to comment.