Nikolay Sivov : dwrite: Move text format object implementation to a separate file.

Alexandre Julliard julliard at winehq.org
Thu Jan 20 15:44:47 CST 2022


Module: wine
Branch: master
Commit: a081fe8788ae60392a1bdec1fad5d2b55a6b28cb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a081fe8788ae60392a1bdec1fad5d2b55a6b28cb

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Jan 20 13:37:45 2022 +0300

dwrite: Move text format object implementation to a separate file.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwrite/Makefile.in      |    1 +
 dlls/dwrite/dwrite_private.h |   70 +++
 dlls/dwrite/format.c         |  926 +++++++++++++++++++++++++++++++++++++
 dlls/dwrite/layout.c         | 1045 ++----------------------------------------
 4 files changed, 1043 insertions(+), 999 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a081fe8788ae60392a1bdec1fad5d2b55a6b28cb



More information about the wine-cvs mailing list