summaryrefslogtreecommitdiffstats
path: root/options/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_property.h')
-rw-r--r--options/m_property.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/m_property.h b/options/m_property.h
index 9a1e3295dc..0e2d13c7e2 100644
--- a/options/m_property.h
+++ b/options/m_property.h
@@ -132,6 +132,8 @@ struct m_property {
// returns: one of enum mp_property_return
int (*call)(void *ctx, struct m_property *prop, int action, void *arg);
void *priv;
+ // Special-case: mark options for which command.c uses the option-bridge
+ bool is_option;
};
struct m_property *m_property_list_find(const struct m_property *list,