[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.150,1.151
Zoltan Ponekker
pontscho at mplayerhq.hu
Mon May 27 13:19:58 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18168
Modified Files:
cfg-mplayer.h
Log Message:
new layer handling code under icewm from Attila
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- cfg-mplayer.h 12 May 2002 22:17:28 -0000 1.150
+++ cfg-mplayer.h 27 May 2002 11:19:42 -0000 1.151
@@ -68,6 +68,7 @@
#ifdef HAVE_X11
extern char *mDisplayName;
extern int WinID;
+extern int ice_layer;
#endif
#ifdef HAVE_AA
@@ -241,6 +242,7 @@
// 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
More information about the MPlayer-cvslog
mailing list