Module: wine Branch: master Commit: 047bf2522304c8b5772902404f7683d4b746fe08 URL: https://source.winehq.org/git/wine.git/?a=commit;h=047bf2522304c8b5772902404...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 26 12:04:36 2020 +0100
gdi32: Move the Add/RemoveFontResource() implementation out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 110 ++++++++++++++++++++++++++++++++++++++--------- dlls/gdi32/freetype.c | 86 +++++++----------------------------- dlls/gdi32/gdi_private.h | 11 ++++- 3 files changed, 114 insertions(+), 93 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=047bf2522304c8b577290...