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=070fd4d5a768fe555e4c8133ae84a04e7b61b9fe;hpb=96ab01a78dafd62f121b11010a9857cbd9a7922c;p=evince.git diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h index 070fd4d5..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,7 +138,7 @@ struct _EvJobThumbnail EvJob parent; gint page; - EvOrientation orientation; + gint rotation; gint requested_width; GdkPixbuf *thumbnail; }; @@ -184,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); @@ -193,7 +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, - EvOrientation orientation, + int rotation, gint requested_width); void ev_job_thumbnail_run (EvJobThumbnail *thumbnail);