]> www.fi.muni.cz Git - evince.git/commit
use the new tiff2ps interfaces
authorMatthew S. Wilson <msw@rpath.com>
Mon, 4 Jul 2005 19:19:34 +0000 (19:19 +0000)
committerMatt Wilson <msw@src.gnome.org>
Mon, 4 Jul 2005 19:19:34 +0000 (19:19 +0000)
commitefa870dac2fdad4dd736b16e79b3c8e4e33b6055
tree2c4ae202daf2cbeb6c9eb9e473bc79b9ae2bfe52
parentec348ae2051c72cd31cb69035cfb64182fcd89d5
use the new tiff2ps interfaces

2005-07-04  Matthew S. Wilson  <msw@rpath.com>

* tiff/tiff-document.c (tiff_document_ps_export_begin)
(tiff_document_ps_export_do_page, tiff_document_ps_export_end):
use the new tiff2ps interfaces

* tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
(tiff2ps_context_finalize): implement new interfaces for tiff2ps

* tiff/tiff2ps.c: refactor tiff2ps code to use a context
structure instead of global variables.  Remove use of static
variables in functions.
ChangeLog
tiff/tiff-document.c
tiff/tiff2ps.c
tiff/tiff2ps.h