X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-jobs.h;h=263f9a15f4194320f6e175c3f57bc00577d1094f;hb=018abc589702be6cf8ff6953fe76672f7aa25c98;hp=9e4690939349bb4fa84eaec419673eaa8af5c312;hpb=e93b3a265bbc02546d230204402e3f41e83d6ab5;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 9e469093..263f9a15 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -115,11 +115,13 @@ struct _EvJobRender GdkPixbuf *pixbuf; GList *link_mapping; + GdkRegion *text_mapping; GdkPixbuf *selection; EvRectangle selection_points; gint include_links : 1; + gint include_text : 1; gint include_selection : 1; }; @@ -182,6 +184,7 @@ EvJob *ev_job_render_new (EvDocument *document, gint height, EvRectangle *selection_points, gboolean include_links, + gboolean include_text, gboolean include_selection); void ev_job_render_run (EvJobRender *thumbnail);