diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-05 16:21:00 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-07-05 16:21:00 +0200 |
| commit | c7a93758cbc6df90cf721c2e37c5cb963e08f6ef (patch) | |
| tree | 5c4e80f0ac51074242b489e88df7ae4394e7b8fb /src | |
| parent | a450806dd2da14cf29b6b01dc8e7e385e65f8dcb (diff) | |
| download | box64-c7a93758cbc6df90cf721c2e37c5cb963e08f6ef.tar.gz box64-c7a93758cbc6df90cf721c2e37c5cb963e08f6ef.zip | |
Added some more libxft wrapped function (for #424)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibxft_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibxft_private.h b/src/wrapped/wrappedlibxft_private.h index b3b09394..843213b7 100755 --- a/src/wrapped/wrappedlibxft_private.h +++ b/src/wrapped/wrappedlibxft_private.h @@ -6,9 +6,9 @@ //GO(XftCharFontSpecRender, //GO(XftCharIndex, //GO(XftCharSpecRender, -//GO(XftColorAllocName, +GO(XftColorAllocName, iFppupp) //GO(XftColorAllocValue, -//GO(XftColorFree, +GO(XftColorFree, vFppup) //GO(XftDefaultHasRender, //GO(XftDefaultSet, //GO(XftDefaultSubstitute, @@ -19,19 +19,19 @@ GO(XftDrawChange, vFpp) GO(XftDrawCreate, pFpppp) //GO(XftDrawCreateAlpha, //GO(XftDrawCreateBitmap, -//GO(XftDrawDestroy, +GO(XftDrawDestroy, vFp) //GO(XftDrawDisplay, //GO(XftDrawDrawable, //GO(XftDrawGlyphFontSpec, //GO(XftDrawGlyphs, //GO(XftDrawGlyphSpec, //GO(XftDrawPicture, -//GO(XftDrawRect, +GO(XftDrawRect, vFppiiuu) GO(XftDrawSetClip, iFpp) //GO(XftDrawSetClipRectangles, //GO(XftDrawSetSubwindowMode, //GO(XftDrawSrcPicture, -//GO(XftDrawString16, +GO(XftDrawString16, vFpppiipi) GO(XftDrawString32, vFpppiipi) //GO(XftDrawString8, //GO(XftDrawStringUtf16, @@ -63,7 +63,7 @@ GO(XftFontOpenXlfd, pFpip) //GO(XftLockFace, //GO(XftNameParse, GO(XftNameUnparse, iFppi) -//GO(XftTextExtents16, +GO(XftTextExtents16, vFpppip) GO(XftTextExtents32, vFpppip) //GO(XftTextExtents8, //GO(XftTextExtentsUtf16, |