X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fev-selection.h;h=d0816040b16380c0f81bdae5b300dcdf6127dfbc;hb=bcae23ea9af280bf62c7005b22487b132a8fe4ab;hp=8ed416bfbaabe599c6e5add72b52a0e4bf02ac6a;hpb=00efc5c16ed191f07f9a8a5d00acc41ddb064b46;p=evince.git diff --git a/backend/ev-selection.h b/backend/ev-selection.h index 8ed416bf..d0816040 100644 --- a/backend/ev-selection.h +++ b/backend/ev-selection.h @@ -48,8 +48,8 @@ struct _EvSelectionIface GdkPixbuf **pixbuf, EvRectangle *points, EvRectangle *old_points, - guint text, - guint base); + GdkColor *text, + GdkColor *base); GdkRegion * (* get_selection_map) (EvSelection *selection, EvRenderContext *rc); GdkRegion * (* get_selection_region) (EvSelection *selection, @@ -63,8 +63,8 @@ void ev_selection_render_selection (EvSelection *selection, GdkPixbuf **pixbuf, EvRectangle *points, EvRectangle *old_points, - guint text, - guint base); + GdkColor *text, + GdkColor *base); GdkRegion *ev_selection_get_selection_map (EvSelection *selection, EvRenderContext *rc); GdkRegion *ev_selection_get_selection_region (EvSelection *selection,