2 Aug
2013
2 Aug
'13
9:19 a.m.
Ken Thomases <ken(a)codeweavers.com> writes:
On Aug 2, 2013, at 4:22 AM, Alexandre Julliard wrote:
That's ugly. freetype.c has no business knowing about the details of the graphics driver.
Is it acceptable to load the graphics driver at that point, by calling DRIVER_load_driver("display", …)?
That code is called during dll attach, so no, that won't work right. -- Alexandre Julliard julliard(a)winehq.org