Re: [1/5] gdi32: Separate font loading from adding a font to global font list. (resend)
16 Nov
2010
16 Nov
'10
1:13 p.m.
Dmitry Timoshkov <dmitry(a)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(a)winehq.org
5510
Age (days ago)
5510
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard