Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-selection.h')
-rw-r--r--libdocument/ev-selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h
index d081604..5ba9776 100644
--- a/libdocument/ev-selection.h
+++ b/libdocument/ev-selection.h
@@ -45,7 +45,7 @@ struct _EvSelectionIface
void (* render_selection) (EvSelection *selection,
EvRenderContext *rc,
- GdkPixbuf **pixbuf,
+ cairo_surface_t **surface,
EvRectangle *points,
EvRectangle *old_points,
GdkColor *text,
@@ -60,7 +60,7 @@ struct _EvSelectionIface
GType ev_selection_get_type (void);
void ev_selection_render_selection (EvSelection *selection,
EvRenderContext *rc,
- GdkPixbuf **pixbuf,
+ cairo_surface_t **surface,
EvRectangle *points,
EvRectangle *old_points,
GdkColor *text,