From f7c74389022aade1e5ec613dc0071773235b1f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Sat, 29 May 2010 08:48:26 +0200 Subject: [PATCH] wrong used_res fixed - slope problem has disappeared - black margin bug remains --- backend/genesys_devices.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/genesys_devices.c b/backend/genesys_devices.c index e5c03f848..eae1d5534 100644 --- a/backend/genesys_devices.c +++ b/backend/genesys_devices.c @@ -931,8 +931,8 @@ static Genesys_Model canon_lide_100_model = { GENESYS_GL847, NULL, - {1200, 600, 300, 150, 100, 80, 75, 0}, /* possible x-resolutions */ - {1200, 600, 300, 150, 100, 80, 75, 0}, /* possible y-resolutions */ + {1200, 600, 300, 150, 100, 80, 0}, /* possible x-resolutions */ + {1200, 600, 300, 150, 100, 80, 0}, /* possible y-resolutions */ {16, 8, 0}, /* possible depths in gray mode */ {16, 8, 0}, /* possible depths in color mode */