X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2Fev-document-misc.h;h=05d7f6370601eb562337d986d130e4677f1d47ad;hb=afa82f9627fa9d9f58699cdb44389a483617048e;hp=a7ed645fd98864a10421a0599ce15b85dd5e85dc;hpb=bebd9ceae1ec88ddee03bda8c7572c9cb06f6b77;p=evince.git diff --git a/backend/ev-document-misc.h b/backend/ev-document-misc.h index a7ed645f..05d7f637 100644 --- a/backend/ev-document-misc.h +++ b/backend/ev-document-misc.h @@ -24,20 +24,21 @@ #include +#include G_BEGIN_DECLS -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); +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