Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-jobs.h')
-rw-r--r--shell/ev-jobs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 1576837..8836d92 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -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);