From 04d76f8463c047601f21504bd6992273dff3c584 Mon Sep 17 00:00:00 2001 From: Gerard Klaver Date: Tue, 10 May 2005 19:05:57 +0000 Subject: [PATCH] - update src/xcam.c --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index 2141756..e8df5b8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2005-05-10 Gerard Klaver + * src/xcam.c - moved 2 DBG lines from above to below variable + declarations (OS/2 compiler error bugreport Franz Bakan) + - Changed declaration for "remaining" from SANE_Int to size_t + + moved lines for generating frame count, fps and 2005-05-07 Gerard Klaver * src/xcam.c -moved lines for generating frame count, fps and fps avarage value from nex_frame to input_available routine.