mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add -portal-session-token-filepath option to specify where desktop portal session token is saved/restore
This commit is contained in:
@@ -9,6 +9,8 @@ typedef struct {
|
||||
bool hdr;
|
||||
bool record_cursor;
|
||||
bool restore_portal_session;
|
||||
/* If this is set to NULL then this defaults to $XDG_CONFIG_HOME/gpu-screen-recorder/restore_token ($XDG_CONFIG_HOME defaults to $HOME/.config) */
|
||||
const char *portal_session_token_filepath;
|
||||
} gsr_capture_portal_params;
|
||||
|
||||
gsr_capture* gsr_capture_portal_create(const gsr_capture_portal_params *params);
|
||||
|
||||
Reference in New Issue
Block a user