[PATCH 2/3] winex11: Implement TINN algorithm. (try 3)

Dmitry Timoshkov dmitry at codeweavers.com
Wed May 9 10:40:06 CDT 2007


"Vitaly Budovski" <vbudovski at gmail.com> wrote:

> +struct tinn
> +{
> +    /* Pointer to an element in the list. */
> +    const RGBQUAD *data;
> +    /* Distance from the reference element. */
> +    float distance;
> +};

Vitaly, why do you keep resending the same patch which uses float
values internally? Again, float neither doesn't allow you to process
larger values, nor is acceptable for speed or adds more flexibility.

-- 
Dmitry.



More information about the wine-devel mailing list