diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-15 00:39:37 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-15 00:56:38 +0100 |
commit | 63b2b6cbc34b9e34208f3bff96686b9bd3f54521 (patch) | |
tree | b20334166fd064c6b35d29daea7350841a219897 /include/GsrInfo.hpp | |
parent | 6c7158c06d41fd7c77a8a8b9d186440904950f8c (diff) |
Add region capture option
Diffstat (limited to 'include/GsrInfo.hpp')
-rw-r--r-- | include/GsrInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp index b027cc5..b8f478c 100644 --- a/include/GsrInfo.hpp +++ b/include/GsrInfo.hpp @@ -47,6 +47,7 @@ namespace gsr { struct SupportedCaptureOptions { bool window = false; + bool region = false; bool focused = false; bool portal = false; std::vector<GsrMonitor> monitors; |