about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-04 11:19:17 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-04 11:19:17 +0100
commit09e748d6c90e4ded09cb966c9b30c49bea9895eb (patch)
treead34194eaa2217c0d63a84bb104879ff00e143e2 /src
parent4038ad5ce5c4d5702d229230697e4246991cbd59 (diff)
downloadbox64-09e748d6c90e4ded09cb966c9b30c49bea9895eb.tar.gz
box64-09e748d6c90e4ded09cb966c9b30c49bea9895eb.zip
Added a couple of wrapped libX11 function (for #503)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibx11_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h
index 5115b8e3..6e93ee22 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -335,7 +335,7 @@ GO(XExtentsOfFontSet, pFp)
 //GO(XFetchBuffer
 //GO(XFetchBytes
 // _XFetchEventCookie
-//GO(XFetchName
+GO(XFetchName, iFppp)
 GO(XFillArc, iFpppiiuuii)
 //GO(XFillArcs
 GO(XFillPolygon, iFppppiii)
@@ -402,7 +402,7 @@ GO(XGetKeyboardMapping, pFppip)
 // _XGetLCValues
 GO(XGetModifierMapping, pFp)
 GO(XGetMotionEvents, pFppLLp)
-//GO(XGetNormalHints
+GO(XGetNormalHints, iFppp)
 GO(XGetOCValues, pFpppppppppp) // use varargs
 GO(XGetOMValues, pFp)
 //GOM(XGetPixel, LFEpii)  // need unbridging