diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-02 01:23:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-02 01:23:48 +0200 |
commit | b094002c5bbf5d68eb187c5ac2dca7000a62ba9d (patch) | |
tree | ecdc418a625a19f79b7db712b247b2306a6b2631 /include | |
parent | 495bd6bed85c85650620dc2ae91f7f058ae2da5c (diff) |
Run gpu screen recorder as a child process, show notification on start/stop
Diffstat (limited to 'include')
-rw-r--r-- | include/Process.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Process.hpp b/include/Process.hpp index 56d06b8..bd76306 100644 --- a/include/Process.hpp +++ b/include/Process.hpp @@ -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); }
\ No newline at end of file |