summaryrefslogtreecommitdiffstats
path: root/core/m_option.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:32:55 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commita540881571e85be8bf3fd1d1d20a332645c97b92 (patch)
tree32b7c44aec0649e82b4ad335d5f8afca5d731f0e /core/m_option.h
parentdc0e610677cbffd543c035f271ed951ebd7334f1 (diff)
downloadmpv-a540881571e85be8bf3fd1d1d20a332645c97b92.tar.bz2
mpv-a540881571e85be8bf3fd1d1d20a332645c97b92.tar.xz
options: rename --xineramascreen to --screen, remove magic values
--xineramascreen=-2 becomes --screen=all --xineramascreen=-1 becomes --screen=current
Diffstat (limited to 'core/m_option.h')
-rw-r--r--core/m_option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/m_option.h b/core/m_option.h
index 30bd6a9ff2..7fec11895a 100644
--- a/core/m_option.h
+++ b/core/m_option.h
@@ -175,6 +175,7 @@ struct m_sub_options {
#define CONF_TYPE_OBJ_PARAMS (&m_option_type_obj_params)
#define CONF_TYPE_TIME (&m_option_type_time)
#define CONF_TYPE_TIME_SIZE (&m_option_type_time_size)
+#define CONF_TYPE_CHOICE (&m_option_type_choice)
// Possible option values. Code is allowed to access option data without going
// through this union. It serves for self-documentation and to get minimal