~ubuntu-branches/ubuntu/utopic/hplip/utopic-proposed

« back to all changes in this revision

Viewing changes to scan/sane/soaphti.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-02-18 13:56:10 UTC
  • mfrom: (30.1.1 precise)
  • Revision ID: package-import@ubuntu.com-20120218135610-c99yarrcb4rp0rid
Tags: 3.12.2-1
* New Upstream Release
* Fixup Replaces: for squeeze security updates (Closes: #658056)
  - Fixes "obsolete conffiles not removed on upgrades" (Closes: #645848)
* Cleanup Obsolete Replaces: Depends: Breaks: - support upgrades squeeze+
* Obtain user consent before running hp-check in reportbug
  - Fixes "bug script starts /usr/share/hplip/systray.py" (Closes: #623627)
* Drop legacy Uploaders
* Add hplip Depends: python-gobject-2
  - Fixes "missing dependency causes hp-plugin to fail" (Closes: #600360)

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
   SANE_Fixed platen_min_width, platen_min_height;
135
135
   SANE_Range platen_tlxRange, platen_tlyRange, platen_brxRange, platen_bryRange;
 
136
   SANE_Int platen_resolutionList[MAX_LIST_SIZE];
 
137
 
136
138
   SANE_Fixed adf_min_width, adf_min_height;
137
139
   SANE_Range adf_tlxRange, adf_tlyRange, adf_brxRange, adf_bryRange;
138
 
 
 
140
   SANE_Int adf_resolutionList[MAX_LIST_SIZE];
 
141
   
139
142
   IP_HANDLE ip_handle;
140
143
 
141
144
   int index;                    /* dime buffer index */