about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-29 12:38:27 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-29 12:43:37 +0200
commit0063cad60d2135f22b0abb104a5d9928ce2e1706 (patch)
tree9ba26e831d95967c6a6f5e44f4af755c51898e78 /src
parent3bb3f618b92ca7cb705f334d8f6e11346b37f25f (diff)
downloadbox64-0063cad60d2135f22b0abb104a5d9928ce2e1706.tar.gz
box64-0063cad60d2135f22b0abb104a5d9928ce2e1706.zip
Added a few x11 wrapped function (for #436)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibx11_private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h
index 67f743f9..a0c5b0aa 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -74,7 +74,7 @@ GO(XClipBox, iFpp)
 GO(XCloseDisplay, iFp)
 GO(XCloseIM, iFp)
 // _XCloseLC
-//GO(XCloseOM
+GO(XCloseOM, iFp)
 // _XcmsAddCmapRec
 //GO(XcmsAddColorSpace
 //GO(XcmsAddFunctionSet
@@ -275,7 +275,7 @@ GO(XDisplayKeycodes, iFppp)
 //GO(XDisplayMotionBufferSize
 GO(XDisplayName, pFp)
 GO(XDisplayOfIM, pFp)
-//GO(XDisplayOfOM
+GO(XDisplayOfOM, pFp)
 //GO(XDisplayOfScreen
 //GO(XDisplayPlanes
 GO(XDisplayString, pFp)
@@ -404,7 +404,7 @@ GO(XGetModifierMapping, pFp)
 GO(XGetMotionEvents, pFppLLp)
 //GO(XGetNormalHints
 //GO(XGetOCValues
-//GO(XGetOMValues
+GO(XGetOMValues, pFp)
 //GOM(XGetPixel, LFEpii)  // need unbridging
 GO(dummy_XGetPixel, LFpii)     // for the wrapper
 GO(XGetPointerControl, iFpppp)
@@ -762,7 +762,7 @@ GO(XLoadQueryFont, pFpp)
 // xlocaledir
 //GO(XLocaleOfFontSet
 GO(XLocaleOfIM, pFp)
-//GO(XLocaleOfOM
+GO(XLocaleOfOM, pFp)
 GO(XLockDisplay, vFp)
 DATAB(_XLockMutex_fn, sizeof(void*))
 GO(XLookupColor, iFppppp)
@@ -809,7 +809,7 @@ GO(XOffsetRegion, iFpii)
 GOM(XOpenDisplay, pFEp)
 GO(XOpenIM, pFpppp)
 // _XOpenLC
-//GO(XOpenOM
+GO(XOpenOM, pFpppp)
 // _XParseBaseFontNameList
 GO(XParseColor, iFpppp)
 GO(XParseGeometry, iFppppp)
@@ -953,7 +953,7 @@ GO(XSetLocaleModifiers, pFp)
 //GO(XSetModifierMapping
 GO(XSetNormalHints, iFpppp)
 //GO(XSetOCValues
-//GO(XSetOMValues
+GO(XSetOMValues, pFp)
 //GO(XSetPlaneMask
 //GO(XSetPointerMapping
 GO(XSetRegion, iFppp)