[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


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},




More information about the MPlayer-cvslog mailing list