about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-14 15:16:17 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-14 15:16:17 +0200
commita9aa47488449167cca822ffa5d7dfd40f8a1d1d0 (patch)
treebb8dfe6ac9e4e7d1f7f6209a9a32a23faec9fe6a
parent259fe4a238a6b34ef8dfb95941f2ee6cd3866177 (diff)
downloadbox64-a9aa47488449167cca822ffa5d7dfd40f8a1d1d0.tar.gz
box64-a9aa47488449167cca822ffa5d7dfd40f8a1d1d0.zip
Added 1 wrapped function to libX11 (for #56)
-rwxr-xr-xsrc/wrapped/wrappedlibx11_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibx11_private.h b/src/wrapped/wrappedlibx11_private.h
index 492c3071..d8d4c939 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -694,7 +694,7 @@ GO(XKeysymToKeycode, uFpp)
 GO(XKeysymToString, pFp)
 // _XkeyTable   // type r
 //GO(XKillClient
-//GO(XLastKnownRequestProcessed
+GO(XLastKnownRequestProcessed, LFp)
 // _XlcAddCharSet
 // _XlcAddCT
 // _XlcAddGB18030LocaleConverters
@@ -1093,4 +1093,4 @@ GO(_XData32, iFppu)
 GO(_XRead32, iFppL)
 
 GO(dummy_putpixel, iFpiiL)
-GO(dummy_addpixel, iFpl)
\ No newline at end of file
+GO(dummy_addpixel, iFpl)