summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-27 11:19:56 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-27 11:19:56 +0000
commitf1744ebb530944d4d2f19b580cf5a00b8204fbf5 (patch)
tree86041e15de1c3249dd4ecc0c3e7ae0870b2df5d8 /cfg-mplayer.h
parentb0c64a623d3b3a7f6b24c0a6746551c247aeeaec (diff)
downloadmpv-f1744ebb530944d4d2f19b580cf5a00b8204fbf5.tar.bz2
mpv-f1744ebb530944d4d2f19b580cf5a00b8204fbf5.tar.xz
new layer handling code under icewm from Attila
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6203 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4ba08d0e71..19f9d6b4ce 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -68,6 +68,7 @@ extern int ao_pcm_waveheader;
#ifdef HAVE_X11
extern char *mDisplayName;
extern int WinID;
+extern int ice_layer;
#endif
#ifdef HAVE_AA
@@ -241,6 +242,7 @@ static config_t mplayer_opts[]={
// x11,xv,xmga,xvidix
{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},
{"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0, NULL},
+ {"icelayer", &ice_layer, CONF_TYPE_INT, CONF_RANGE, 0, 15, NULL},
#endif
#ifdef HAVE_XINERAMA