7 Feb
2008
7 Feb
'08
12:38 p.m.
Vitaliy Margolen <wine-patches(a)kievinfo.com> 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 julliard(a)winehq.org