diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped32/wrappedlibx11_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped32/wrappedlibx11_private.h b/src/wrapped32/wrappedlibx11_private.h index d2b2ca6b..0eb67cec 100644 --- a/src/wrapped32/wrappedlibx11_private.h +++ b/src/wrapped32/wrappedlibx11_private.h @@ -341,16 +341,16 @@ GO(XDisplayWidthMM, iFXi) //GO(XForceScreenSaver, iFpi) GO(XFree, iFp) //GO(_XFreeAtomTable, -//GO(XFreeColormap, iFpL) +GO(XFreeColormap, iFXL) //GO(XFreeColors, iFpLpiL) -//GO(XFreeCursor, iFpL) +GO(XFreeCursor, iFXL) //DATAB(_XFreeDisplayLock_fn, 4) //GO(_XFreeDisplayStructure, //GO(_XFreeEventCookies, vFp) //GO(XFreeEventData, vFpp) //GO(_XFreeExtData, iFp) //GO(XFreeExtensionList, iFp) -//GO(XFreeFont, iFpp) +GO(XFreeFont, iFXp) //GO(XFreeFontInfo, iFppi) //GO(XFreeFontNames, iFp) //GO(XFreeFontPath, iFp) |