X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document-misc.h;h=a101f703cec094f062e62c744f5338f048e0de9b;hb=c914510ee5b56a29c562f2054d8c4e627714483e;hp=1fae363360884e084aeb79a625f9e2404a8afbf5;hpb=0e58d20fc6c22fc95b8236d3d53079c062a0041d;p=evince.git diff --git a/backend/ev-document-misc.h b/backend/ev-document-misc.h index 1fae3633..a101f703 100644 --- a/backend/ev-document-misc.h +++ b/backend/ev-document-misc.h @@ -24,13 +24,22 @@ #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, + int rotation, + 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