aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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;