diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-14 15:16:17 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-14 15:16:17 +0200 |
| commit | a9aa47488449167cca822ffa5d7dfd40f8a1d1d0 (patch) | |
| tree | bb8dfe6ac9e4e7d1f7f6209a9a32a23faec9fe6a /src | |
| parent | 259fe4a238a6b34ef8dfb95941f2ee6cd3866177 (diff) | |
| download | box64-a9aa47488449167cca822ffa5d7dfd40f8a1d1d0.tar.gz box64-a9aa47488449167cca822ffa5d7dfd40f8a1d1d0.zip | |
Added 1 wrapped function to libX11 (for #56)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibx11_private.h | 4 |
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) |