From 67a376e7290646c401b9b307b59a679800174d0e Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 24 Aug 2005 18:46:45 +0000 Subject: Bump poppler requirement to 0.4.1. 2005-08-24 Kristian Høgsberg * configure.ac: Bump poppler requirement to 0.4.1. * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation argument to poppler_page_render_selection() call. --- diff --git a/ChangeLog b/ChangeLog index d264d9e..75746a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-24 Kristian Høgsberg + + * configure.ac: Bump poppler requirement to 0.4.1. + + * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation + argument to poppler_page_render_selection() call. + 2005-08-24 Nickolay V. Shmyrev * djvu/djvu-document.c: (djvu_document_render_pixbuf), diff --git a/configure.ac b/configure.ac index 541b636..266cfe8 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ dnl Check dependencies # SHELL_CFLAGS for shell implementation. # SHELL_LIBS -POPPLER_REQUIRED=0.4.0 +POPPLER_REQUIRED=0.4.1 DBUS_GLIB_REQUIRED=0.33 GTK_REQUIRED=2.6.0 LIBGNOMEUI_REQUIRED=2.6.0 diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index 4be0e7c..fa77130 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -1182,7 +1182,7 @@ pdf_selection_render_selection (EvSelection *selection, } poppler_page_render_selection (POPPLER_PAGE (rc->data), - rc->scale, *pixbuf, + rc->scale, rc->rotation, *pixbuf, (PopplerRectangle *)points, (PopplerRectangle *)old_points, text, -- cgit v0.9.1