Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-selection.c')
-rw-r--r--libdocument/ev-selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c
index 2aa45a7..f7aee2f 100644
--- a/libdocument/ev-selection.c
+++ b/libdocument/ev-selection.c
@@ -59,7 +59,7 @@ ev_selection_base_init (gpointer g_class)
void
ev_selection_render_selection (EvSelection *selection,
EvRenderContext *rc,
- GdkPixbuf **pixbuf,
+ cairo_surface_t **surface,
EvRectangle *points,
EvRectangle *old_points,
GdkColor *text,
@@ -68,7 +68,7 @@ ev_selection_render_selection (EvSelection *selection,
EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
iface->render_selection (selection, rc,
- pixbuf,
+ surface,
points, old_points,
text, base);
}