diff options
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 |