Mercurial > mplayer.hg
changeset 6065:1d792986b2a5
-fsmode accept 0..31 now
author | arpi |
---|---|
date | Sun, 12 May 2002 22:17:28 +0000 |
parents | 55b2b5da9bd2 |
children | 16d200b4fe8e |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Sun May 12 22:16:31 2002 +0000 +++ b/cfg-mplayer.h Sun May 12 22:17:28 2002 +0000 @@ -226,8 +226,8 @@ {"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)