diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibxi_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibxi_private.h b/src/wrapped/wrappedlibxi_private.h index afdf3d78..388cf3de 100755 --- a/src/wrapped/wrappedlibxi_private.h +++ b/src/wrapped/wrappedlibxi_private.h @@ -34,8 +34,8 @@ GO(XGrabDevice, iFpppiipiiu) //GO(XGrabDeviceKey, //GO(XIAllowEvents, //GO(XIAllowTouchEvents, -//GO(XIBarrierReleasePointer, -//GO(XIBarrierReleasePointers, +GO(XIBarrierReleasePointer, vFpipp) +GO(XIBarrierReleasePointers, vFppi) //GO(XIChangeHierarchy, GO(XIChangeProperty, vFpippiipi) //GO(XIDefineCursor, |