about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-26 17:55:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-26 17:55:04 +0100
commit910d22a5324bacbd4bb39afaed2d7a7515d61ff4 (patch)
treeeb8d400c330a3b151b2d790b5b1b89000a0ef61a
parent2a85ea9c6111920c3d1d7be2c237596119b39933 (diff)
downloadbox64-910d22a5324bacbd4bb39afaed2d7a7515d61ff4.tar.gz
box64-910d22a5324bacbd4bb39afaed2d7a7515d61ff4.zip
Fixed Xutf8ResetIC signature
-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 c824579d..14e3796e 100755
--- a/src/wrapped/wrappedlibx11_private.h
+++ b/src/wrapped/wrappedlibx11_private.h
@@ -1043,7 +1043,7 @@ GO(XUnsetICFocus, vFp)
 GO(Xutf8DrawString, vFppppiipi)
 //GO(Xutf8DrawText
 GO(Xutf8LookupString, iFuppipp)
-GO(Xutf8ResetIC, pFu)
+GO(Xutf8ResetIC, pFL)
 GO(Xutf8SetWMProperties, vFpppppippp)
 //GO(Xutf8TextEscapement
 GO(Xutf8TextExtents, iFppipp)