From 720d295b5512276e01fcc8e89cd0762609b17c7b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 May 2023 09:54:10 +0200 Subject: Fix build error (missing stdint.h include) --- TODO | 3 +-- src/config.hpp | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index d71a5e3..c4bd50d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ -Capture stderr (ignore fps: 250) and show that in notification on error. +Capture stderr (ignore fps: 250) and show that in notification on error. Or redirect stderr to a temporary error file and save that file if recording failed and show where the error output was saved (~/gsr-error.log ?). Make sure the resolution is allowed for streaming. Add list of windows to select from. This makes it easier to select another window that is not in the view to be clickable. -Detect switchable graphics, to give proper error if cuda is not installed. Disable overclocking and show some kind of sign that overclocking is not possible (if coolbits not set). \ No newline at end of file diff --git a/src/config.hpp b/src/config.hpp index 7257a4a..30eab74 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3