From b094002c5bbf5d68eb187c5ac2dca7000a62ba9d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Aug 2024 01:23:48 +0200 Subject: Run gpu screen recorder as a child process, show notification on start/stop --- include/Process.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3