X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-document-misc.h;h=a7ed645fd98864a10421a0599ce15b85dd5e85dc;hb=8dbcee6be49013edc9821096288e2c078169e349;hp=1fae363360884e084aeb79a625f9e2404a8afbf5;hpb=0e58d20fc6c22fc95b8236d3d53079c062a0041d;p=evince.git diff --git a/backend/ev-document-misc.h b/backend/ev-document-misc.h index 1fae3633..a7ed645f 100644 --- a/backend/ev-document-misc.h +++ b/backend/ev-document-misc.h @@ -32,6 +32,13 @@ GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width, int height, GdkPixbuf *source_pixbuf); +void ev_document_misc_get_page_border_size (gint page_width, + gint page_height, + gint *left_border, + gint *right_border, + gint *top_border, + gint *bottom_border); + G_END_DECLS #endif /* EV_DOCUMENT_MISC_H */