about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-21 08:12:06 +0100
committerGitHub <noreply@github.com>2023-02-21 08:12:06 +0100
commitc6a9f239c4f8ef82c11ea3eeaa65525466fb1ce8 (patch)
tree67123eb51ad934b587db854c06a1c5c78cee1d73 /src
parent3fe2843bb3b95d8edd63d21c4f6acad7f652be91 (diff)
parenta922acc4dd1fe9c85fec550d59d92d48101dcc12 (diff)
downloadbox64-c6a9f239c4f8ef82c11ea3eeaa65525466fb1ce8.tar.gz
box64-c6a9f239c4f8ef82c11ea3eeaa65525466fb1ce8.zip
Merge pull request #521 from alyssarosenzweig/xasync
wrap _XAsyncErrorHandler
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibx11_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h
index 6e93ee22..446304be 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -41,7 +41,7 @@ GO(XAllocSizeHints, pFv)
 GO(XAllocWMHints, pFv)
 GO(XAllowEvents, iFpiL)
 GO(XAllPlanes, LFv)
-// _XAsyncErrorHandler
+GO(_XAsyncErrorHandler, iFppip)
 GO(XAutoRepeatOff, iFp)
 GO(XAutoRepeatOn, iFp)
 GO(XBaseFontNameListOfFontSet, pFp)