- reverted a change in color reordering for 1600P

- added german translations for umax_pp backend
DEVEL_2_0_BRANCH-1
Stéphane Voltz 2002-06-05 05:36:46 +00:00
rodzic c4b3ac1b7c
commit b24d87f699
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -2096,9 +2096,9 @@ sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
lbuf[x * dev->bpp + y * ll] =
dev->buf[dev->bufread + x + y * ll + 2 * dev->tw];
lbuf[x * dev->bpp + y * ll + 1] =
dev->buf[dev->bufread + x + y * ll];
lbuf[x * dev->bpp + y * ll + 2] =
dev->buf[dev->bufread + x + y * ll + dev->tw];
lbuf[x * dev->bpp + y * ll + 2] =
dev->buf[dev->bufread + x + y * ll];
}
}
}

Wyświetl plik

@ -58,7 +58,8 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@
DISTFILES = Makefile.in README epson.de.po mustek.de.po matsushita.fr.po \
mustek_usb.de.po plustek.de.po plustek.es.po pnm.de.po \
saneopts.de.po saneopts.fr.po saneopts.es.po \
sceptre.fr.po teco1.fr.po umax.de.po umax.fr.po umax_pp.fr.po snapscan.de.po
sceptre.fr.po teco1.fr.po umax.de.po umax.fr.po umax_pp.fr.po snapscan.de.po \
umax_pp.de.po
.PHONY: all clean depend dist distclean install install-translations \
uninstall update-mo update-po generate-%