X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FPDFDoc.h;h=57e37a2afb7d4847904fb0e22ecd07415b5d52d5;hb=refs%2Ftags%2FGNOME_2_8_ANCHOR;hp=2d060dc1984e88214aa9adf3aab5958ec6d2544c;hpb=ad63666daeeda50acc7630132d61fe044634fddd;p=evince.git diff --git a/pdf/xpdf/PDFDoc.h b/pdf/xpdf/PDFDoc.h index 2d060dc1..57e37a2a 100644 --- a/pdf/xpdf/PDFDoc.h +++ b/pdf/xpdf/PDFDoc.h @@ -81,7 +81,7 @@ public: // Display a page. void displayPage(OutputDev *out, int page, double hDPI, double vDPI, - int rotate, GBool doLinks, + int rotate, GBool crop, GBool doLinks, GBool (*abortCheckCbk)(void *data) = NULL, void *abortCheckCbkData = NULL, GBool (*annotDisplayDecideCbk)(Annot *annot, void *user_data) = NULL, @@ -89,7 +89,8 @@ public: // Display a range of pages. void displayPages(OutputDev *out, int firstPage, int lastPage, - double hDPI, double vDPI, int rotate, GBool doLinks, + double hDPI, double vDPI, int rotate, + GBool crop, GBool doLinks, GBool (*abortCheckCbk)(void *data) = NULL, void *abortCheckCbkData = NULL, GBool (*annotDisplayDecideCbk)(Annot *annot, void *user_data) = NULL, @@ -98,8 +99,8 @@ public: // Display part of a page. void displayPageSlice(OutputDev *out, int page, double hDPI, double vDPI, - int rotate, int sliceX, int sliceY, - int sliceW, int sliceH, + int rotate, GBool crop, + int sliceX, int sliceY, int sliceW, int sliceH, GBool (*abortCheckCbk)(void *data) = NULL, void *abortCheckCbkData = NULL, GBool (*annotDisplayDecideCbk)(Annot *annot, void *user_data) = NULL,