X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fps%2Fps.h;h=cb520cecc91e998ca7240c0b2ac0cff8af69dcd4;hb=4f6105d3df2cbf07bccd7de156693aab7e71bc31;hp=5e27618bfd006141c5b418672e61c0179a347d68;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/ps/ps.h b/backend/ps/ps.h index 5e27618b..cb520cec 100644 --- a/backend/ps/ps.h +++ b/backend/ps/ps.h @@ -102,6 +102,9 @@ char *pscopyuntil(FILE * from, GtkGSDocSink * to, long begin, long end, void pscopydoc(GtkGSDocSink * dest_file, char *src_filename, struct document *d, int *pagelist); +/* Get the page box */ +void psgetpagebox (const struct document *doc, int page, int *urx, int *ury, int *llx, int *lly); + G_END_DECLS #endif /* __GGV_PS_H__ */