summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 13:28:06 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 13:28:06 +0000
commit2ef40475313bda1b608b6d53cb787d7d04061997 (patch)
treee85886ef92d05082a95e1fa7d59ae2d80b02b142 /cfg-mplayer.h
parent68f8e34bfadf65eaf31c00ba562c614dd127e05a (diff)
downloadmpv-2ef40475313bda1b608b6d53cb787d7d04061997.tar.bz2
mpv-2ef40475313bda1b608b6d53cb787d7d04061997.tar.xz
-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
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 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