diff options
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) |