Vitaliy Margolen <[EMAIL PROTECTED]> writes:

> @@ -280,6 +281,9 @@ static void dinput_mouse_hook( LPDIRECTINPUTDEVICE8A 
> iface, WPARAM wparam, LPARA
>          {
>              POINT pt, pt1;
>  
> +            /* Skip old movement events */
> +            if (This->last_event_time > hook->time) break;

That's not an appropriate way to compare timestamps.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to