summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 22:26:01 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 22:26:01 +0000
commitef3fc47029d89202e0327ba92422ec9cdbc2fa17 (patch)
treeb1edfc982b33390dfa02b2a3d4c77a4f1ede3881 /cfg-mplayer.h
parent3de4393c2a0ef98e2a25911e3795503be9e43f8b (diff)
downloadmpv-ef3fc47029d89202e0327ba92422ec9cdbc2fa17.tar.bz2
mpv-ef3fc47029d89202e0327ba92422ec9cdbc2fa17.tar.xz
-fsmode-dontuse
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6022 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 7c58ca5899..fd725fc97e 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -226,7 +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", &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, 15, NULL},
+ {"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 15, 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)