]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-selection.c
Updated Czech translation.
[evince.git] / backend / ev-selection.c
index fc8caa60523382f1751676664a082c09eeb9b091..074bbbcd2ab9620da17c1c60686773e8d0813d91 100644 (file)
@@ -70,11 +70,21 @@ ev_selection_render_selection (EvSelection      *selection,
                                 points, old_points);
 }
 
                                 points, old_points);
 }
 
-GdkRegion *ev_selection_get_selection_region (EvSelection     *selection,
-                                             EvRenderContext *rc,
-                                             EvRectangle     *points)
+GdkRegion *
+ev_selection_get_selection_region (EvSelection     *selection,
+                                  EvRenderContext *rc,
+                                  EvRectangle     *points)
 {
        EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
 
        return iface->get_selection_region (selection, rc, points);
 }
 {
        EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
 
        return iface->get_selection_region (selection, rc, points);
 }
+
+GdkRegion *
+ev_selection_get_selection_map (EvSelection     *selection,
+                               EvRenderContext *rc)
+{
+       EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
+
+       return iface->get_selection_map (selection, rc);
+}