wok-undigest view ewebkit/stuff/freetype.patch @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line source
1 --- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp 2013-12-21 04:14:55.214391993 +0400
2 +++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp 2013-12-21 04:13:31.131405242 +0400
3 @@ -39,8 +39,8 @@
4 #include "TextEncoding.h"
5 #include <cairo-ft.h>
6 #include <cairo.h>
7 -#include <freetype.h>
8 -#include <tttables.h>
9 +#include <freetype/freetype.h>
10 +#include <freetype/tttables.h>
11 #include <hb.h>
12 #include <wtf/text/CString.h>
14 --- Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp 2013-12-21 04:18:14.713367559 +0400
15 +++ Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp 2013-12-21 04:17:54.473369183 +0400
16 @@ -29,7 +29,7 @@
17 #include <cairo-ft.h>
18 #include <cairo.h>
19 #include <fontconfig/fcfreetype.h>
20 -#include <tttables.h>
21 +#include <freetype/tttables.h>
22 #include <wtf/text/WTFString.h>
24 #if !PLATFORM(EFL) && !PLATFORM(NIX)
25 --- Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp 2013-12-21 04:19:44.959359891 +0400
26 +++ Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp 2013-12-21 04:19:24.683361671 +0400
27 @@ -44,8 +44,8 @@
28 #include <cairo-ft.h>
29 #include <cairo.h>
30 #include <fontconfig/fcfreetype.h>
31 -#include <tttables.h>
32 -#include <tttags.h>
33 +#include <freetype/tttables.h>
34 +#include <freetype/tttags.h>
35 #include <unicode/normlzr.h>
36 #include <wtf/MathExtras.h>
37 #include <wtf/unicode/Unicode.h>