Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-selection.c')
-rw-r--r--backend/ev-selection.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/backend/ev-selection.c b/backend/ev-selection.c
index 074bbbc..f9f73e0 100644
--- a/backend/ev-selection.c
+++ b/backend/ev-selection.c
@@ -61,13 +61,16 @@ ev_selection_render_selection (EvSelection *selection,
EvRenderContext *rc,
GdkPixbuf **pixbuf,
EvRectangle *points,
- EvRectangle *old_points)
+ EvRectangle *old_points,
+ guint text,
+ guint base)
{
EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
iface->render_selection (selection, rc,
pixbuf,
- points, old_points);
+ points, old_points,
+ text, base);
}
GdkRegion *