diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:07:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:07:58 +0000 |
commit | 769cb150981af8fc3b6cf58c2979c10d4a44acac (patch) | |
tree | 041a526ae6c7d8d99a3f055bad4ff26291430e68 /freetype-2.10.1-debughook.patch | |
parent | 56de271d7c24f6d8835932f3e38cea2910633302 (diff) |
automatic import of freetypeopeneuler24.03_LTS
Diffstat (limited to 'freetype-2.10.1-debughook.patch')
-rw-r--r-- | freetype-2.10.1-debughook.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/freetype-2.10.1-debughook.patch b/freetype-2.10.1-debughook.patch new file mode 100644 index 0000000..4421401 --- /dev/null +++ b/freetype-2.10.1-debughook.patch @@ -0,0 +1,13 @@ +diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h +index 8d039c4f3..88488bfe8 100644 +--- a/include/freetype/ftmodapi.h ++++ b/include/freetype/ftmodapi.h +@@ -623,7 +623,7 @@ FT_BEGIN_HEADER + * it is bytecode interpreter's execution context, `TT_ExecContext`, + * which is declared in FreeType's internal header file `tttypes.h`. + */ +- typedef FT_Error ++ typedef void + (*FT_DebugHook_Func)( void* arg ); + + |