[1/5] gdi32: Separate font loading from adding a font to global font list. (resend)

Alexandre Julliard julliard at winehq.org
Tue Nov 16 07:13:37 CST 2010


Dmitry Timoshkov <dmitry at codeweavers.com> writes:

> @@ -365,7 +365,7 @@ static struct list system_links = LIST_INIT(system_links);
>  
>  static struct list font_subst_list = LIST_INIT(font_subst_list);
>  
> -static struct list font_list = LIST_INIT(font_list);
> +static struct list global_font_list = LIST_INIT(global_font_list);

I don't see any reason to rename the variable, that makes the patch much
larger than necessary.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list