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=05d7f6370601eb562337d986d130e4677f1d47ad;hb=b2e7a9f7c44d07a2af27c8b7a52c9fc4e19f615c;hp=1fae363360884e084aeb79a625f9e2404a8afbf5;hpb=0e58d20fc6c22fc95b8236d3d53079c062a0041d;p=evince.git diff --git a/backend/ev-document-misc.h b/backend/ev-document-misc.h index 1fae3633..05d7f637 100644 --- a/backend/ev-document-misc.h +++ b/backend/ev-document-misc.h @@ -24,13 +24,21 @@ #include +#include G_BEGIN_DECLS -GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width, - int height, - GdkPixbuf *source_pixbuf); +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, + GtkBorder *border); +void ev_document_misc_paint_one_page (GdkDrawable *drawable, + GtkWidget *widget, + GdkRectangle *area, + GtkBorder *border); G_END_DECLS