[dev] Re: [st] [PATCH] Converted "font" string to "fonts" array
On Sun, Jul 31, 2016 at 03:01:24PM -0700, Eric Pruitt wrote:
> -static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
> +static char *fonts[] = {
> + "Liberation Mono:pixelsize=12:antialias=true:autohint=true",
> +};
I used tabs when editing st.c, but I just noticed I accidentally used
spaces when I changed config.def.h. It's only one line, and I don't
think it's worth creating another thread, but if aren't willing to edit
the patch to fix that, let me know.
Eric
Received on Mon Aug 01 2016 - 04:08:34 CEST
This archive was generated by hypermail 2.3.0
: Mon Aug 01 2016 - 04:36:13 CEST