X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fpdf%2Fev-poppler.cc;h=8f21312f864eda61648b0a15746aea3003b353e4;hb=6f03d33d81e62812224ded083ad81f12bd649911;hp=375489f5903815c660a8b94099230fca90178a42;hpb=fc5bd6e5426b6666958e7fae559c971f2c608d76;p=evince.git diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index 375489f5..8f21312f 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -1623,13 +1623,23 @@ pdf_selection_render_selection (EvSelection *selection, TRUE, 8, width, height); } - + +#if POPPLER_VERSION <= 5 poppler_page_render_selection (POPPLER_PAGE (rc->data), rc->scale, rc->rotation, *pixbuf, (PopplerRectangle *)points, (PopplerRectangle *)old_points, text, base); +#else /* POPPLER_VERSION == 9 */ + poppler_page_render_selection_to_pixbuf (POPPLER_PAGE (rc->data), + rc->scale, rc->rotation, *pixbuf, + (PopplerRectangle *)points, + (PopplerRectangle *)old_points, + POPPLER_SELECTION_NORMAL, + text, + base); +#endif }