X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-document-private.h;h=3e7deedffd8ec939b7ba140ae6681b49e2e15364;hb=3d85ea1b45e9d6d2141df6cb797f8ad8325b4769;hp=3fa579f759d1b311fe980c52157f33dea8162104;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-document-private.h b/backend/djvu/djvu-document-private.h index 3fa579f7..3e7deedf 100644 --- a/backend/djvu/djvu-document-private.h +++ b/backend/djvu/djvu-document-private.h @@ -32,10 +32,15 @@ struct _DjvuDocument { ddjvu_context_t *d_context; ddjvu_document_t *d_document; ddjvu_format_t *d_format; + ddjvu_format_t *thumbs_format; gchar *uri; DjvuText *search; + + /* PS exporter */ + gchar *ps_filename; + GString *opts; }; int djvu_document_get_n_pages (EvDocument *document);