From 9e7ca454b40523f4af114673eb21064c1336f3c4 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 21 Dec 2004 20:33:51 +0000 Subject: added -wid support for vo_directx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14208 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg-mplayer.h') 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: 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}, -- cgit v1.2.3