Jeremy White : sane.ds: Sane should go first; that makes any actual scanner found the default device.
Module: wine Branch: master Commit: 1bdac9cf9d6d2e9183a19c92adc6395d9565f427 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1bdac9cf9d6d2e9183a19c92ad... Author: Jeremy White <jwhite(a)codeweavers.com> Date: Thu Mar 5 17:13:18 2009 -0600 sane.ds: Sane should go first; that makes any actual scanner found the default device. --- dlls/twain_32/dsm_ctrl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/twain_32/dsm_ctrl.c b/dlls/twain_32/dsm_ctrl.c index e0d0983..c34bd1d 100644 --- a/dlls/twain_32/dsm_ctrl.c +++ b/dlls/twain_32/dsm_ctrl.c @@ -103,8 +103,8 @@ twain_autodetect(void) { if (detectionrun) return; detectionrun = 1; - twain_add_onedriver("gphoto2.ds"); twain_add_onedriver("sane.ds"); + twain_add_onedriver("gphoto2.ds"); #if 0 twain_add_onedriver("c:\\windows\\Twain_32\\Largan\\sp503a.ds"); twain_add_onedriver("c:\\windows\\Twain_32\\vivicam10\\vivicam10.ds");
participants (1)
-
Alexandre Julliard