From 9c77b69d6ece7df775fd326f0afcc5a752b7a3bf Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 08 Jul 2010 08:22:11 +0000 Subject: Switch to GTK+ 3 --- (limited to 'libview/ev-jobs.h') 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; -- cgit v0.9.1