]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-jobs.h
catch another gtk+-2.8ism Make work with gtk+-2.6 Release 0.4.0
[evince.git] / shell / ev-jobs.h
index d7f49c70306e9149a5a5da6ce3d94105c0612c2d..a0ef3f4a97fe9468fdcd0ab57f45e513fc5d6ca5 100644 (file)
@@ -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;
@@ -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);