diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-16 10:20:08 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-16 10:20:08 +0100 | 
| commit | 778ebf8ee9cb22ea5727844333bcd5a6ee6bc0de (patch) | |
| tree | a754e785b286ed82b45fe4e50b980714ad80e0a7 /backend/fujitsu.h | |
| parent | 7d8aac1f3634dc58785bec7acf097dd6bac8c394 (diff) | |
| parent | 32cb765f681299af226ca0520993cbe47ba5ecd0 (diff) | |
Merge branch 'release/debian/1.2.1-1'debian/1.2.1-1
Diffstat (limited to 'backend/fujitsu.h')
| -rw-r--r-- | backend/fujitsu.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/fujitsu.h b/backend/fujitsu.h index 98278eb..6c42ff8 100644 --- a/backend/fujitsu.h +++ b/backend/fujitsu.h @@ -325,7 +325,6 @@ struct fujitsu    int jpeg_interlace;   /* different models interlace jpeg sides differently */    int cropping_mode;    /* lower-end scanners don't crop from paper size      */    int ghs_in_rs; -  int window_gamma;    int endorser_string_len;    int has_pixelsize;    int has_short_pixelsize; /* m3091/2 put weird stuff at end, ignore it */ @@ -520,6 +519,7 @@ struct fujitsu    /* the user never directly modifies these */    int s_mode; /*color,lineart,etc: sent to scanner*/ +  int window_gamma; /* depends on brightness/contrast and lut */    /* this is defined in sane spec as a struct containing:  	SANE_Frame format; | 
