mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 17:27:05 +09:00
More style changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
namespace gsr {
|
||||
enum class GsrMode {
|
||||
Replay,
|
||||
@@ -10,5 +12,5 @@ namespace gsr {
|
||||
|
||||
// Arguments ending with NULL
|
||||
bool exec_program_daemonized(const char **args);
|
||||
bool is_gpu_screen_recorder_running(int &gsr_pid, GsrMode &mode);
|
||||
bool is_gpu_screen_recorder_running(pid_t &gsr_pid, GsrMode &mode);
|
||||
}
|
||||
Reference in New Issue
Block a user