aboutsummaryrefslogtreecommitdiff
path: root/include/Overlay.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-15 00:55:41 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-15 00:55:41 +0200
commitfc82d73728cbacee101021ecee38f380cfaa6599 (patch)
tree48a926491b66ffad0f7ac500d9325e63ec07343c /include/Overlay.hpp
parent0dfcb004e429a4c8540175e44510830f95aca8da (diff)
Show better desktop portal error message (failed to start, canceled)HEADmaster
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r--include/Overlay.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp
index 5f97e5f..3de89c2 100644
--- a/include/Overlay.hpp
+++ b/include/Overlay.hpp
@@ -91,6 +91,7 @@ namespace gsr {
void save_video_in_current_game_directory(const char *video_filepath, NotificationType notification_type);
void on_replay_saved(const char *replay_saved_filepath);
void process_gsr_output();
+ void on_gsr_process_error(int exit_code, NotificationType notification_type);
void update_gsr_process_status();
void update_gsr_screenshot_process_status();