From f1744ebb530944d4d2f19b580cf5a00b8204fbf5 Mon Sep 17 00:00:00 2001 From: pontscho Date: Mon, 27 May 2002 11:19:56 +0000 Subject: new layer handling code under icewm from Attila git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6203 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-mplayer.h') 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 -- cgit v1.2.3