X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-jobs.h;h=084ed6c0e109ada7740156c61944d9e4fae24f11;hb=4440bba971aa015656a4339039bed1a44c2541f3;hp=1f348d81ee0372a1726898db8544baccb27bc459;hpb=85fa11d86616d3a9c5a5cfeba78dd7aa72e7997a;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 1f348d81..084ed6c0 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -23,6 +23,7 @@ #include #include "ev-document.h" #include "ev-window.h" +#include "ev-selection.h" G_BEGIN_DECLS @@ -132,6 +133,7 @@ struct _EvJobRender cairo_surface_t *selection; GdkRegion *selection_region; EvRectangle selection_points; + EvSelectionStyle selection_style; GdkColor base; GdkColor text; @@ -227,6 +229,7 @@ EvJob *ev_job_render_new (EvDocument *document, gint width, gint height, EvRectangle *selection_points, + EvSelectionStyle selection_style, GdkColor *text, GdkColor *base, gboolean include_forms,