kopia lustrzana https://gitlab.com/sane-project/backends
setResolutions has only 5 instead of 6 resolutions.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
db7eaab9c4
commit
c452492f59
|
@ -133,7 +133,7 @@ static const SANE_Range rangeLumi = {
|
|||
|
||||
static const SANE_Range rangeGamma = { 0, 4095, 1 };
|
||||
|
||||
static const SANE_Int setResolutions[] = { 6, 75,100,200,300,600 };
|
||||
static const SANE_Int setResolutions[] = { 5, 75,100,200,300,600 };
|
||||
|
||||
static SANE_Status
|
||||
InitOptions(TInstance *this)
|
||||
|
|
Ładowanie…
Reference in New Issue