From 09e748d6c90e4ded09cb966c9b30c49bea9895eb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 4 Feb 2023 11:19:17 +0100 Subject: Added a couple of wrapped libX11 function (for #503) --- src/wrapped/wrappedlibx11_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit 1.4.1