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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index d7f49c7..1576837 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;
+ guint base;
+ guint 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,
+ guint text,
+ guint base,
gboolean include_links,
gboolean include_text,
gboolean include_selection);