kopia lustrzana https://gitlab.com/sane-project/backends
Fixed initial value for --fixed-constraint-range (bug #300388).
rodzic
98e2075833
commit
a16dfafd6a
|
@ -1,3 +1,8 @@
|
||||||
|
2003-12-20 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* backend/test.c doc/descriptions/test.desc: Fixed initial value
|
||||||
|
for --fixed-constraint-range (bug #300388).
|
||||||
|
|
||||||
2003-12-18 Gerhard Jaeger <gerhard@gjaeger.de>
|
2003-12-18 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
* doc/sane-plustek.man: new version, minor fixes
|
* doc/sane-plustek.man: new version, minor fixes
|
||||||
* doc/descriptions/plustek.desc: new backend version
|
* doc/descriptions/plustek.desc: new backend version
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
This backend is for testing frontends.
|
This backend is for testing frontends.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BUILD 26
|
#define BUILD 27
|
||||||
|
|
||||||
#include "../include/sane/config.h"
|
#include "../include/sane/config.h"
|
||||||
|
|
||||||
|
@ -955,7 +955,7 @@ init_options (Test_Device * test_device)
|
||||||
od->cap |= SANE_CAP_INACTIVE;
|
od->cap |= SANE_CAP_INACTIVE;
|
||||||
od->constraint_type = SANE_CONSTRAINT_RANGE;
|
od->constraint_type = SANE_CONSTRAINT_RANGE;
|
||||||
od->constraint.range = &fixed_constraint_range;
|
od->constraint.range = &fixed_constraint_range;
|
||||||
test_device->val[opt_fixed_constraint_range].w = SANE_FIX (42.0);
|
test_device->val[opt_fixed_constraint_range].w = SANE_FIX (41.83);
|
||||||
|
|
||||||
/* opt_fixed_constraint_word_list */
|
/* opt_fixed_constraint_word_list */
|
||||||
od = &test_device->opt[opt_fixed_constraint_word_list];
|
od = &test_device->opt[opt_fixed_constraint_word_list];
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "test" ; name of backend
|
:backend "test" ; name of backend
|
||||||
:version "1.0-25" ; version of backend
|
:version "1.0-26" ; version of backend
|
||||||
:manpage "sane-test" ; name of manpage (if it exists)
|
:manpage "sane-test" ; name of manpage (if it exists)
|
||||||
:url "http://www.meier-geinitz.de/sane/test-backend/" ; backend's web page
|
:url "http://www.meier-geinitz.de/sane/test-backend/" ; backend's web page
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue