mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 17:27:05 +09:00
Run gpu screen recorder as a child process, show notification on start/stop
This commit is contained in:
@@ -12,5 +12,7 @@ namespace gsr {
|
||||
|
||||
// Arguments ending with NULL
|
||||
bool exec_program_daemonized(const char **args);
|
||||
// Arguments ending with NULL
|
||||
pid_t exec_program(const char **args);
|
||||
bool is_gpu_screen_recorder_running(pid_t &gsr_pid, GsrMode &mode);
|
||||
}
|
||||
Reference in New Issue
Block a user