diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-26 19:18:41 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-26 19:18:41 +0100 |
| commit | e21a50693695820b475f094391b0c6efbc4cda96 (patch) | |
| tree | 9aeb27d81e427d294ef5fc8008595a29a1f2ca41 /src | |
| parent | e86c6359d654d2d1d91da873b7e8c2168619141e (diff) | |
| download | box64-e21a50693695820b475f094391b0c6efbc4cda96.tar.gz box64-e21a50693695820b475f094391b0c6efbc4cda96.zip | |
[WRAPPER] Added 3 more wrapped functions to libxcb and freetype (for #2217)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedfreetype_private.h | 3 | ||||
| -rw-r--r-- | src/wrapped/wrappedlibxcbrender_private.h | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 7ec258db..137853e7 100644 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -82,7 +82,7 @@ GO(FT_Get_Track_Kerning, iFplip) GO(FT_Get_Transform, vFppp) GO(FT_Get_TrueType_Engine_Type, uFp) GO(FT_Get_Var_Blend_Coordinates, iFpup) -//GO(FT_Get_Var_Design_Coordinates, +GO(FT_Get_Var_Design_Coordinates, iFpup) GO(FT_Get_WinFNT_Header, iFpp) // does FT_WinFNT_HeaderRec_ needs alignment? GO(FT_Get_X11_Font_Format, pFp) GO(FT_Glyph_Copy, iFpp) @@ -155,6 +155,7 @@ GO(FT_Set_Charmap, iFpp) GO(FT_Set_Char_Size, iFplluu) //GO(FT_Set_Debug_Hook, GO(FT_Set_Default_Properties, vFp) +GO(FT_Set_Named_Instance, iFpu) //GO(FT_Set_MM_Blend_Coordinates, GO(FT_Set_MM_Design_Coordinates, iFpup) GO(FT_Set_Pixel_Sizes, iFpuu) diff --git a/src/wrapped/wrappedlibxcbrender_private.h b/src/wrapped/wrappedlibxcbrender_private.h index b64e6bc9..492e745a 100644 --- a/src/wrapped/wrappedlibxcbrender_private.h +++ b/src/wrapped/wrappedlibxcbrender_private.h @@ -53,8 +53,8 @@ GO(xcb_render_composite, pFbpCpppwwwwwwWW) //GO(xcb_render_composite_glyphs_8_glyphcmds_end, //GO(xcb_render_composite_glyphs_8_glyphcmds_length, //GO(xcb_render_composite_glyphs_8_sizeof, -//GO(xcb_render_create_anim_cursor, -//GO(xcb_render_create_anim_cursor_checked, +GO(xcb_render_create_anim_cursor, pFbpup) +GO(xcb_render_create_anim_cursor_checked, pFbpup) //GO(xcb_render_create_anim_cursor_cursors, //GO(xcb_render_create_anim_cursor_cursors_iterator, //GO(xcb_render_create_anim_cursor_cursors_length, |