summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-21 20:33:51 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-21 20:33:51 +0000
commit9e7ca454b40523f4af114673eb21064c1336f3c4 (patch)
treeda97fddada23a23ea22c7b9d6c10f94c66343755 /cfg-mplayer.h
parent87b4d8af6829775845a2c25cff6efc5ec80a882c (diff)
downloadmpv-9e7ca454b40523f4af114673eb21064c1336f3c4.tar.bz2
mpv-9e7ca454b40523f4af114673eb21064c1336f3c4.tar.xz
added -wid support for vo_directx.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 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 7165df8d31..17b681dba8 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -75,8 +75,8 @@ extern int fs_layer;
extern int stop_xscreensaver;
extern char **vo_fstype_list;
extern int vo_nomouse_input;
-extern int WinID;
#endif
+extern int WinID;
#ifdef HAVE_MENU
extern int menu_startup;
@@ -272,9 +272,9 @@ m_option_t mplayer_opts[]={
{"adapter", &vo_adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
{"refreshrate",&vo_refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
+ {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},
#ifdef HAVE_X11
// x11,xv,xmga,xvidix
- {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},
{"icelayer", "-icelayer is obsolete. Use -fstype layer:<number> instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
{"stop-xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nostop-xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 1, 0, NULL},