summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/m_property.h b/m_property.h
index 2893fc569d..33bd7f3f7c 100644
--- a/m_property.h
+++ b/m_property.h
@@ -64,6 +64,10 @@ enum mp_property_action {
// Pass down an action to a sub-property.
// arg: struct m_property_action*
M_PROPERTY_KEY_ACTION,
+
+ // Get wrap method.
+ // arg: bool* (true: wrap/cycle, false: clamp)
+ M_PROPERTY_GET_WRAP,
};
// Argument for M_PROPERTY_KEY_ACTION