[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.79,1.80
Zoltan Ponekker
pontscho at mplayer.dev.hu
Fri Sep 7 23:04:16 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/etc example.conf,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.2,1.3 app.c,1.7,1.8 app.h,1.4,1.5 events.c,1.3,1.4 events.h,1.3,1.4 gui.mak,1.3,1.4 config.c,1.1,NONE config.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv8679
Modified Files:
cfg-mplayer.h
Log Message:
some bug fix, and add decoration item to skin conffile. faszom(C)
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- cfg-mplayer.h 27 Aug 2001 00:54:54 -0000 1.79
+++ cfg-mplayer.h 7 Sep 2001 21:04:14 -0000 1.80
@@ -60,6 +60,10 @@
extern int dvd_angle;
#endif
+#ifdef HAVE_NEW_GUI
+extern char * skinName;
+#endif
+
/*
* CONF_TYPE_FUNC_FULL :
* allows own implemtations for passing the params
@@ -236,6 +240,10 @@
{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
{"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
{"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2},
+
+#ifdef HAVE_NEW_GUI
+ {"skin", &skinName, CONF_TYPE_STRING, 0, 0, 0},
+#endif
{"quiet", &quiet, CONF_TYPE_FLAG, 0, 0, 1},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
- Previous message: [Mplayer-cvslog] CVS: main/etc example.conf,1.31,1.32
- Next message: [Mplayer-cvslog] CVS: main/Gui Makefile,1.2,1.3 app.c,1.7,1.8 app.h,1.4,1.5 events.c,1.3,1.4 events.h,1.3,1.4 gui.mak,1.3,1.4 config.c,1.1,NONE config.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list