On Aug 2, 2013, at 9:19 AM, Alexandre Julliard wrote: > Ken Thomases <k...@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.
OK. So, is it acceptable to load AppKit regardless of which graphics driver is configured? -Ken