]> git.zarvox.org Git - libtouchmouse.git/commit
Move timestamps into device struct.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sun, 13 Nov 2011 03:26:23 +0000 (19:26 -0800)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sun, 13 Nov 2011 03:26:23 +0000 (19:26 -0800)
commitc12f42f4fa39dfb28a5ec6fea38780f4c845a02a
tree789afdb4022b8dc24e06b3fb79794cbcf995839f
parentd7480309d9bc12520cb73dd564beba8244ae2aca
Move timestamps into device struct.

Before this, if an image update was multiple packets, and one of the
packets was dropped, then we didn't correctly reset the decoder when we
received a packet with a different timestamp if the packets were handled
in different calls to touchmouse_process_events_timeout().

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
src/touchmouse-internal.h
src/touchmouse.c