On 04/20/2011 08:28 AM, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutte...@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);
Reviewed-by: Simon Thum <simon.t...@gmx.de>

Though now that it's bool, the do_ prefix became pointless.

Cheers,

Simon

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to