X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libdocument%2Fev-selection.c;h=f7aee2f79045c68ac2b4f273b85fd819e8f22ef2;hb=7172457c057ce9ec6011866e055f9c5ce6e284f2;hp=2aa45a7cafbd86710695389202ad107a6fead542;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c index 2aa45a7c..f7aee2f7 100644 --- a/libdocument/ev-selection.c +++ b/libdocument/ev-selection.c @@ -59,7 +59,7 @@ ev_selection_base_init (gpointer g_class) void ev_selection_render_selection (EvSelection *selection, EvRenderContext *rc, - GdkPixbuf **pixbuf, + cairo_surface_t **surface, EvRectangle *points, EvRectangle *old_points, GdkColor *text, @@ -68,7 +68,7 @@ ev_selection_render_selection (EvSelection *selection, EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection); iface->render_selection (selection, rc, - pixbuf, + surface, points, old_points, text, base); }