[PATCH] dix: make part of ptrveloc.h internal
Simon Thum
simon.thum at gmx.de
Sat Jun 6 06:13:01 PDT 2009
Though this is a SDK header, some functions are intended solely
for the server.
---
include/ptrveloc.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/ptrveloc.h b/include/ptrveloc.h
index 97badd9..896ad6b 100644
--- a/include/ptrveloc.h
+++ b/include/ptrveloc.h
@@ -106,7 +106,7 @@ BasicComputeAcceleration(DeviceIntPtr pDev, DeviceVelocityPtr pVel,
extern _X_EXPORT void
FreeVelocityData(DeviceVelocityPtr s);
-extern _X_EXPORT BOOL
+extern _X_INTERNAL BOOL
InitializePredictableAccelerationProperties(DeviceIntPtr pDev);
extern _X_EXPORT int
@@ -119,14 +119,14 @@ extern _X_EXPORT void
SetDeviceSpecificAccelerationProfile(DeviceVelocityPtr s,
PointerAccelerationProfileFunc profile);
-extern _X_EXPORT void
+extern _X_INTERNAL void
AccelerationDefaultCleanup(DeviceIntPtr pDev);
-extern _X_EXPORT void
+extern _X_INTERNAL void
acceleratePointerPredictable(DeviceIntPtr pDev, int first_valuator,
int num_valuators, int *valuators, int evtime);
-extern _X_EXPORT void
+extern _X_INTERNAL void
acceleratePointerLightweight(DeviceIntPtr pDev, int first_valuator,
int num_valuators, int *valuators, int ignore);
--
1.6.0.6
--------------090901070307050205000102--
More information about the xorg-devel
mailing list