From 67a376e7290646c401b9b307b59a679800174d0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 24 Aug 2005 18:46:45 +0000 Subject: [PATCH] Bump poppler requirement to 0.4.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- ChangeLog | 7 +++++++ configure.ac | 2 +- pdf/ev-poppler.cc | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d264d9e5..75746a05 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 541b6367..266cfe8c 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 4be0e7ca..fa771301 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, -- 2.43.5