]> 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 15768371412846dfae665365ad9e227cc705ee41..a0ef3f4a97fe9468fdcd0ab57f45e513fc5d6ca5 100644 (file)
@@ -120,8 +120,8 @@ struct _EvJobRender
        GdkPixbuf *selection;
        GdkRegion *selection_region;
        EvRectangle selection_points;
-       guint base;
-       guint text; 
+       GdkColor base;
+       GdkColor text; 
 
        gint include_links : 1;
        gint include_text : 1;
@@ -187,8 +187,8 @@ EvJob          *ev_job_render_new         (EvDocument      *document,
                                           gint             width,
                                           gint             height,
                                           EvRectangle     *selection_points,
-                                          guint            text,
-                                          guint            base,
+                                          GdkColor        *text,
+                                          GdkColor        *base,
                                           gboolean         include_links,
                                           gboolean         include_text,
                                           gboolean         include_selection);