[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.192,1.193
Arpi of Ize
arpi at mplayerhq.hu
Fri Feb 7 19:06:40 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv493
Modified Files:
cfg-mplayer.h
Log Message:
this patch adds the option -guiwid to gmplayer. I think its a more clean
approach than using just wid.
Fabian Franz <FabianFranz at gmx.de>
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- cfg-mplayer.h 5 Feb 2003 23:02:35 -0000 1.192
+++ cfg-mplayer.h 7 Feb 2003 18:05:38 -0000 1.193
@@ -107,6 +107,7 @@
#ifdef HAVE_NEW_GUI
extern char * skinName;
extern int enqueue;
+extern int guiWinID;
#endif
#ifdef HAVE_ODIVX_POSTPROCESS
@@ -398,6 +399,7 @@
{"skin", &skinName, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
{"enqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noenqueue", &enqueue, CONF_TYPE_FLAG, 0, 0, 0, NULL},
+ {"guiwid", &guiWinID, CONF_TYPE_INT, 0, 0, 0, NULL},
#endif
{"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},
More information about the MPlayer-cvslog
mailing list