Module: wine Branch: master Commit: de63a647d5813be38d61af7159d2fdf20372f319 URL: https://source.winehq.org/git/wine.git/?a=commit;h=de63a647d5813be38d61af715...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 3 11:25:30 2020 +0100
gdi32: Move the default AA flags handling out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/driver.c | 5 ++ dlls/gdi32/font.c | 209 +++++++++++++++++++++++------------------------ dlls/gdi32/freetype.c | 94 ++++++++------------- dlls/gdi32/gdi_private.h | 4 +- 4 files changed, 140 insertions(+), 172 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=de63a647d5813be38d61a...