Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-jobs.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-08 08:22:11 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-08 08:22:11 (GMT)
commit9c77b69d6ece7df775fd326f0afcc5a752b7a3bf (patch)
tree0393d7f4c4b11fc86550d22a791371bec1a4b5b0 /libview/ev-jobs.h
parent74dab93c159a81270cf70da84b03ae5ead191739 (diff)
Switch to GTK+ 3
Diffstat (limited to 'libview/ev-jobs.h')
-rw-r--r--libview/ev-jobs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h
index 2e53ff1..6844520 100644
--- a/libview/ev-jobs.h
+++ b/libview/ev-jobs.h
@@ -212,7 +212,7 @@ struct _EvJobRender
gboolean include_selection;
cairo_surface_t *selection;
- GdkRegion *selection_region;
+ cairo_region_t *selection_region;
EvRectangle selection_points;
EvSelectionStyle selection_style;
GdkColor base;
@@ -247,7 +247,7 @@ struct _EvJobPageData
GList *image_mapping;
GList *form_field_mapping;
GList *annot_mapping;
- GdkRegion *text_mapping;
+ cairo_region_t *text_mapping;
gchar *text;
EvRectangle *text_layout;
guint text_layout_length;