X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-jobs.h;h=a0ef3f4a97fe9468fdcd0ab57f45e513fc5d6ca5;hb=08f59cdd977b86d17d0a9c70a56b2bfd7f6741a2;hp=15768371412846dfae665365ad9e227cc705ee41;hpb=00efc5c16ed191f07f9a8a5d00acc41ddb064b46;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 15768371..a0ef3f4a 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -120,8 +120,8 @@ struct _EvJobRender GdkPixbuf *selection; GdkRegion *selection_region; EvRectangle selection_points; - guint base; - guint text; + GdkColor base; + GdkColor text; gint include_links : 1; gint include_text : 1; @@ -187,8 +187,8 @@ EvJob *ev_job_render_new (EvDocument *document, gint width, gint height, EvRectangle *selection_points, - guint text, - guint base, + GdkColor *text, + GdkColor *base, gboolean include_links, gboolean include_text, gboolean include_selection);