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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-jobs.h b/shell/ev-jobs.h
index 1f210ec..fc681d3 100644
--- a/shell/ev-jobs.h
+++ b/shell/ev-jobs.h
@@ -121,13 +121,13 @@ struct _EvJobRender
EvRenderContext *rc;
gint target_width;
gint target_height;
- GdkPixbuf *pixbuf;
+ cairo_surface_t *surface;
GList *link_mapping;
GdkRegion *text_mapping;
GList *image_mapping;
- GdkPixbuf *selection;
+ cairo_surface_t *selection;
GdkRegion *selection_region;
EvRectangle selection_points;
GdkColor base;