Module: wine Branch: master Commit: 5537f38e97e21f4e689680ef0895e0261a6ea5bd URL: https://source.winehq.org/git/wine.git/?a=commit;h=5537f38e97e21f4e689680ef0...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 30 14:31:13 2020 +0100
gdi32: Move the face data structure out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 20 +++++ dlls/gdi32/freetype.c | 189 +++++++++++++---------------------------------- dlls/gdi32/gdi_private.h | 39 ++++++++++ 3 files changed, 111 insertions(+), 137 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5537f38e97e21f4e68968...