small adjustments, many enhancements to rktplayer
This commit is contained in:
@@ -165,7 +165,10 @@ bool runRktWebview(Handle_t *handler)
|
||||
}
|
||||
return r;
|
||||
#else
|
||||
char *argv[] = { rkt_webview_prg_path, const_cast<char *>(handler->name.c_str()), shm_size_str, command_slot, command_result_slot, event_slot, nullptr };
|
||||
char *argv[] = { rkt_webview_prg_path, const_cast<char *>(handler->name.c_str()), shm_size_str,
|
||||
command_slot, command_result_slot, event_slot,
|
||||
alive_slot, alive_ack_slot,
|
||||
nullptr };
|
||||
|
||||
struct passwd *pw = getpwuid(getuid());
|
||||
const char *homedir = pw->pw_dir;
|
||||
|
||||
Reference in New Issue
Block a user