[Mplayer-cvslog] CVS: main/Gui cfg.c,1.26,1.27

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Jan 2 15:41:41 CET 2003


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv28640/Gui

Modified Files:
	cfg.c 
Log Message:
add overlapping to preferences

Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- cfg.c	2 Jan 2003 12:42:30 -0000	1.26
+++ cfg.c	2 Jan 2003 14:41:38 -0000	1.27
@@ -113,6 +113,7 @@
  { "sub_auto_load",&sub_auto,CONF_TYPE_FLAG,0,0,1,NULL },
  { "sub_unicode",&sub_unicode,CONF_TYPE_FLAG,0,0,1,NULL },
  { "sub_pos",&sub_pos,CONF_TYPE_INT,CONF_RANGE,0,200,NULL },
+ { "sub_overlap",&suboverlap_enabled,CONF_TYPE_FLAG,0,0,0,NULL },
  { "font_factor",&font_factor,CONF_TYPE_FLOAT,CONF_RANGE,0.0,10.0,NULL },
  { "font_name",&font_name,CONF_TYPE_STRING,0,0,0,NULL },
 #ifdef HAVE_FREETYPE 



More information about the MPlayer-cvslog mailing list