Module: wine Branch: master Commit: 356ad03fcf7d3204d89b243a543076e2ada465b5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=356ad03fcf7d3204d89b243a5...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Oct 31 16:13:33 2020 +0100
gdi32: Move the font enumeration out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 300 +++++++++++++++++++++++++++++++++++++++++++- dlls/gdi32/freetype.c | 319 ----------------------------------------------- dlls/gdi32/gdi_private.h | 8 -- 3 files changed, 298 insertions(+), 329 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=356ad03fcf7d3204d89b2...