X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libdocument%2Fev-selection.h;h=5ba9776d734d1f4f249bd347ead007085f713f8b;hb=7d9fadd440ce86e1845945ca101add62ee86b3c4;hp=d0816040b16380c0f81bdae5b300dcdf6127dfbc;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h index d0816040..5ba9776d 100644 --- a/libdocument/ev-selection.h +++ b/libdocument/ev-selection.h @@ -45,7 +45,7 @@ struct _EvSelectionIface void (* render_selection) (EvSelection *selection, EvRenderContext *rc, - GdkPixbuf **pixbuf, + cairo_surface_t **surface, EvRectangle *points, EvRectangle *old_points, GdkColor *text, @@ -60,7 +60,7 @@ struct _EvSelectionIface GType ev_selection_get_type (void); void ev_selection_render_selection (EvSelection *selection, EvRenderContext *rc, - GdkPixbuf **pixbuf, + cairo_surface_t **surface, EvRectangle *points, EvRectangle *old_points, GdkColor *text,