[PATCH 15/20] dix: Don't use short as bool

Peter Hutterer peter.hutterer at who-t.net
Tue Apr 19 23:28:24 PDT 2011


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 dix/ptrveloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c
index 970212c..27def47 100644
--- a/dix/ptrveloc.c
+++ b/dix/ptrveloc.c
@@ -718,7 +718,7 @@ ApplySofteningAndConstantDeceleration(
         int dy,
         float* fdx,
         float* fdy,
-        short do_soften)
+        BOOL do_soften)
 {
     if (do_soften && vel->use_softening) {
         *fdx = ApplySimpleSoftening(vel->last_dx, dx);
-- 
1.7.4.4



More information about the xorg-devel mailing list