Fix some application (using xi) receiving mouse input when UI is shown

This commit is contained in:
dec05eba
2025-01-03 01:57:30 +01:00
parent f526c175f6
commit 2a07c74112
10 changed files with 162 additions and 130 deletions

View File

@@ -68,7 +68,7 @@ namespace gsr {
execvp(args[0], (char* const*)args);
}
perror("execvp");
perror("gsr-global-hotkeys");
_exit(127);
} else { /* parent */
process_id = pid;