diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-04 11:19:17 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-04 11:19:17 +0100 |
| commit | 09e748d6c90e4ded09cb966c9b30c49bea9895eb (patch) | |
| tree | ad34194eaa2217c0d63a84bb104879ff00e143e2 /src | |
| parent | 4038ad5ce5c4d5702d229230697e4246991cbd59 (diff) | |
| download | box64-09e748d6c90e4ded09cb966c9b30c49bea9895eb.tar.gz box64-09e748d6c90e4ded09cb966c9b30c49bea9895eb.zip | |
Added a couple of wrapped libX11 function (for #503)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibx11_private.h | 4 |
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 |