diff options
author | Julien BLACHE <jblache@debian.org> | 2005-11-21 21:49:19 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:12 +0000 |
commit | 91e0f8f4872781ae41c44747330935d6420534e6 (patch) | |
tree | 39db641abe297fb735853015b906d7763651941e /src/xsane-preferences.h | |
parent | 13a92fd57322d6de4548e7dc992db591a0a54ee3 (diff) | |
parent | 6fceea28608be0fda32d94f59e1b1550774318a0 (diff) |
Imported Debian patch 0.98-1debian/0.98-1
Diffstat (limited to 'src/xsane-preferences.h')
-rw-r--r-- | src/xsane-preferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xsane-preferences.h b/src/xsane-preferences.h index e0b90c0..e59a66c 100644 --- a/src/xsane-preferences.h +++ b/src/xsane-preferences.h @@ -87,6 +87,7 @@ typedef struct typedef struct { char *xsane_version_str; /* xsane-version string */ + int xsane_mode; /* xsane_mode */ char *tmp_path; /* path to temporary directory */ char *working_directory; /* directory where xsane saves images etc */ char *filename; /* default filename */ @@ -182,6 +183,7 @@ typedef struct int preselect_scanarea; /* automatic selection of scanarea after preview scan */ int auto_correct_colors; /* automatic color correction after preview scan */ int gtk_update_policy; + int medium_nr; int paper_orientation; /* image position on printer and page orientation */ int printernr; /* number of printers */ |