aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-07-13 12:39:12 +0200
committerdec05eba <dec05eba@protonmail.com>2026-07-13 12:43:56 +0200
commit174192d5605c51b41f39bb8c5de1abc1edc8a106 (patch)
tree320ecd136fb4b335660565b2804eccecb368e2f4 /include
parentc09fb1b15dff6a06ac5e704022cd8e0193c7ca91 (diff)
Add -exclude-metadata option
Diffstat (limited to 'include')
-rw-r--r--include/args_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/args_parser.h b/include/args_parser.h
index 2208a9a..e8c68d8 100644
--- a/include/args_parser.h
+++ b/include/args_parser.h
@@ -8,7 +8,7 @@
typedef struct gsr_egl gsr_egl;
-#define NUM_ARGS 37
+#define NUM_ARGS 38
typedef enum {
GSR_CAPTURE_SOURCE_TYPE_WINDOW,
@@ -93,6 +93,7 @@ typedef struct {
bool gl_debug;
bool fallback_cpu_encoding;
bool low_power;
+ bool exclude_metadata;
bool record_cursor;
bool date_folders;
bool restore_portal_session;