]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-jobs.h
Switch to GTK+ 3
[evince.git] / libview / ev-jobs.h
index 2e53ff1c911e78d7550db1fb2dbcc6cf3464a7f5..6844520ca89b46901f4e249f11ccd07e1645a806 100644 (file)
@@ -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;