]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-jobs.h
(mime_type_supported_by_gdk_pixbuf): #ifdef this away to fix an
[evince.git] / shell / ev-jobs.h
index 9e4690939349bb4fa84eaec419673eaa8af5c312..263f9a15f4194320f6e175c3f57bc00577d1094f 100644 (file)
@@ -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);