X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-document-thumbnails.c;h=f537afdb6bccc86a389fddb5123c2cce5e64328f;hb=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=ce2f21874860df356af9b456edb7a03000cbc8ec;hpb=2aadab6feb778de1be1a92f20ba60e44de571199;p=evince.git diff --git a/backend/ev-document-thumbnails.c b/backend/ev-document-thumbnails.c index ce2f2187..f537afdb 100644 --- a/backend/ev-document-thumbnails.c +++ b/backend/ev-document-thumbnails.c @@ -47,14 +47,17 @@ ev_document_thumbnails_get_type (void) GdkPixbuf * ev_document_thumbnails_get_thumbnail (EvDocumentThumbnails *document, gint page, - gint suggested_width) + int rotation, + gint size, + gboolean border) { EvDocumentThumbnailsIface *iface; g_return_val_if_fail (EV_IS_DOCUMENT_THUMBNAILS (document), NULL); iface = EV_DOCUMENT_THUMBNAILS_GET_IFACE (document); - return iface->get_thumbnail (document, page, suggested_width); + + return iface->get_thumbnail (document, page, rotation, size, border); } void