mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-05 06:20:43 +09:00
Reverse kms server connect direction to fix umask issue
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
typedef struct {
|
||||
pid_t kms_server_pid;
|
||||
int initial_socket_fd;
|
||||
int initial_client_fd;
|
||||
char initial_socket_path[PATH_MAX];
|
||||
int socket_pair[2];
|
||||
} gsr_kms_client;
|
||||
|
||||
Reference in New Issue
Block a user