summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 22:17:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-12 22:17:28 +0000
commita38bd0b7ddb40280facae9682d8aa4943c026a00 (patch)
treeee7a60ca5a8adb168a585e7b7d37b13c3377b109 /cfg-mplayer.h
parentd3f7cfa273135f95cb9f1251dbf84a09354aa718 (diff)
downloadmpv-a38bd0b7ddb40280facae9682d8aa4943c026a00.tar.bz2
mpv-a38bd0b7ddb40280facae9682d8aa4943c026a00.tar.xz
-fsmode accept 0..31 now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6066 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index fd725fc97e..4ba08d0e71 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -226,8 +226,8 @@ static config_t mplayer_opts[]={
{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0, NULL},
// set fullscreen switch method (workaround for buggy WMs)
- {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!", CONF_TYPE_PRINT, CONF_RANGE, 0, 15, NULL},
- {"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 15, NULL},
+ {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!", CONF_TYPE_PRINT, CONF_RANGE, 0, 31, NULL},
+ {"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
// set bpp (x11+vm, dga, fbdev, vesa, svga?)
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
// double buffering: (mga/xmga, xv, vidix, vesa, fbdev)