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=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=263f9a15f4194320f6e175c3f57bc00577d1094f;hpb=83dc7cff581241907168d6f61ce25f798b8c442f;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 263f9a15..a0ef3f4a 100644 --- a/shell/ev-jobs.h +++ b/shell/ev-jobs.h @@ -118,7 +118,10 @@ struct _EvJobRender GdkRegion *text_mapping; GdkPixbuf *selection; + GdkRegion *selection_region; EvRectangle selection_points; + GdkColor base; + GdkColor text; gint include_links : 1; gint include_text : 1; @@ -135,6 +138,7 @@ struct _EvJobThumbnail EvJob parent; gint page; + gint rotation; gint requested_width; GdkPixbuf *thumbnail; }; @@ -183,6 +187,8 @@ EvJob *ev_job_render_new (EvDocument *document, gint width, gint height, EvRectangle *selection_points, + GdkColor *text, + GdkColor *base, gboolean include_links, gboolean include_text, gboolean include_selection); @@ -192,6 +198,7 @@ void ev_job_render_run (EvJobRender *thumbnail); GType ev_job_thumbnail_get_type (void); EvJob *ev_job_thumbnail_new (EvDocument *document, gint page, + int rotation, gint requested_width); void ev_job_thumbnail_run (EvJobThumbnail *thumbnail);