From 2ef40475313bda1b608b6d53cb787d7d04061997 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 28 Dec 2001 13:28:06 +0000 Subject: -rootwin option (x11/xv only, x11 doesn't work for me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3832 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 24e7d5faa1..64699e235c 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -255,11 +255,12 @@ struct config conf[]={ {"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1}, {"slave", &slave_mode, CONF_TYPE_FLAG, 0, 0, 1}, + #ifdef HAVE_X11 {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0}, + {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0}, #endif - #define MAIN_CONF #include "cfg-common.h" #undef MAIN_CONF -- cgit v1.2.3