On 04/20/2011 08:28 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer <[email protected]> > --- > 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); Reviewed-by: Simon Thum <[email protected]>
Though now that it's bool, the do_ prefix became pointless. Cheers, Simon _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
