]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-selection.c
Updated Ukrainian translation.
[evince.git] / backend / ev-selection.c
index 074bbbcd2ab9620da17c1c60686773e8d0813d91..36c32e3a53c696436eaa18ab63a27aa9d68e8156 100644 (file)
@@ -61,13 +61,16 @@ ev_selection_render_selection (EvSelection      *selection,
                               EvRenderContext  *rc,
                               GdkPixbuf       **pixbuf,
                               EvRectangle      *points,
-                              EvRectangle      *old_points)
+                              EvRectangle      *old_points,
+                              GdkColor        *text,
+                              GdkColor        *base)
 {
        EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
 
        iface->render_selection (selection, rc,
                                 pixbuf,
-                                points, old_points);
+                                points, old_points,
+                                text, base);
 }
 
 GdkRegion *