Module: wine Branch: master Commit: 68ad3162f096c65d76fb4d51a8a8737e0e643b9e URL: https://source.winehq.org/git/wine.git/?a=commit;h=68ad3162f096c65d76fb4d51a...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Sep 7 15:18:58 2020 +0200
gdi32: Use fixed size array for family and english name.
This stops stealing pointer ownership, and will also make sure the TRACE messages contain the truncated family names, that are actually compared.
Also rename the fields to make them consistent with most Wine internal coding style.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/freetype.c | 140 +++++++++++++++++++++++--------------------------- 1 file changed, 65 insertions(+), 75 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=68ad3162f096c65d76fb4...