fix SANE_Parameters description

merge-requests/1/head
m. allan noah 2007-04-02 19:07:46 +00:00
rodzic 7691b81b51
commit ed0e4af3d5
2 zmienionych plików z 12 dodań i 7 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2007-03-02 m. allan noah <kitno455 a t gmail d o t com>
* doc/sane.tex: update to 1.05, fix description of SANE_Parameters,
from <dtlinker a t comcast d o t net>
2007-03-21 Julien Blache <jb@jblache.org>
* tools/Makefile.in: Remove leftovers from a previous experiment.
@ -27,8 +32,8 @@
2007-02-24 Giuseppe Sacco <eppesuig@debian.org>
* Italian translation update
* Second Italian translation update
* Italian translation update
* Second Italian translation update
2007-02-11 Jochen Eisinger <jochen@penguin-breeder.org>
@ -41,7 +46,7 @@
2007-02-07 Gerhard Jaeger <gerhard@gjaeger.de>
* sanei/sanei_scsi.c: Fixed retrieval of HZ.
* sanei/sanei_scsi.c: Fixed retrieval of HZ.
2007-01-28 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -12,9 +12,9 @@
\setlength{\marginparsep}{0pt}
\addtolength{\topmargin}{-0.75in}
\title{\huge SANE Standard Version 1.04}
\title{\huge SANE Standard Version 1.05}
\author{}
\date{2006-01-03}
\date{2006-04-02}
\makeindex
@ -1395,10 +1395,10 @@ typedef struct
{
SANE_Frame format;
SANE_Bool last_frame;
SANE_Int bytes_per_line;
SANE_Int pixels_per_line;
SANE_Int lines;
SANE_Int depth;
SANE_Int pixels_per_line;
SANE_Int bytes_per_line;
}
SANE_Parameters;
\end{verbatim}