X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=libdocument%2Fev-selection.c;h=017036f45b091bc3b38a6992e58b9dfa96c9ff87;hb=7d59434cbd7ea6bdd42a6f3223a47cbb06ba4069;hp=c19ac2a36a15938d041fc45b99ca38f7edf704fb;hpb=ab26fbf217460c766111850bf40725e5e65a5533;p=evince.git diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c index c19ac2a3..017036f4 100644 --- a/libdocument/ev-selection.c +++ b/libdocument/ev-selection.c @@ -77,13 +77,13 @@ ev_selection_get_selection_region (EvSelection *selection, } GdkRegion * -ev_selection_get_selection_map (EvSelection *selection, - EvRenderContext *rc) +ev_selection_get_selection_map (EvSelection *selection, + EvPage *page) { EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection); if (!iface->get_selection_map) return NULL; - - return iface->get_selection_map (selection, rc); + + return iface->get_selection_map (selection, page); }