diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-22 18:17:46 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-22 18:17:46 +0200 |
commit | 61c9b4918ed81a6ad439748f8bcb1c6f9b0cf65e (patch) | |
tree | 7b54793153fb8f3b608e59a0c27ddec63fb817f5 /include/Process.hpp | |
parent | 5d6d57b8810a6ef88fb5e155d4610345f7df288d (diff) |
Save recording status to file to reload it when gsr overlay restarts
Diffstat (limited to 'include/Process.hpp')
-rw-r--r-- | include/Process.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Process.hpp b/include/Process.hpp index bd76306..125a880 100644 --- a/include/Process.hpp +++ b/include/Process.hpp @@ -14,5 +14,6 @@ namespace gsr { 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); + // |output_buffer| should be at least PATH_MAX in size + bool read_cmdline_arg0(const char *filepath, char *output_buffer); }
\ No newline at end of file |