6f08bc466e
based on diff from MAINTAINER for 0.90rc3
14 lines
618 B
Plaintext
14 lines
618 B
Plaintext
$OpenBSD: patch-Gui_cfg_c,v 1.1 2003/02/16 07:25:18 brad Exp $
|
|
--- Gui/cfg.c.orig Thu Feb 13 18:24:35 2003
|
|
+++ Gui/cfg.c Thu Feb 13 18:25:35 2003
|
|
@@ -117,7 +117,9 @@ static config_t gui_opts[] =
|
|
{ "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 },
|
|
+#ifdef USE_ICONV
|
|
{ "sub_cp",&sub_cp,CONF_TYPE_STRING,0,0,0,NULL },
|
|
+#endif
|
|
{ "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
|