mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-14 14:32:27 +09:00
Fix some application (using xi) receiving mouse input when UI is shown
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user