21 Oct
2020
21 Oct
'20
8:15 p.m.
Module: wine Branch: master Commit: 35f5e65197d3ddc120e8aba9be973e7d26a6b361 URL: https://source.winehq.org/git/wine.git/?a=commit;h=35f5e65197d3ddc120e8aba9b... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Oct 21 11:05:28 2020 +0200 gdi32: Move the font realization information out of freetype.c. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/font.c | 19 +++++++++++- dlls/gdi32/freetype.c | 80 ++++++++++++++++-------------------------------- dlls/gdi32/gdi_private.h | 7 +++-- 3 files changed, 50 insertions(+), 56 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=35f5e65197d3ddc120e8a...