]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-selection.h
Updated Norwegian Nynorsk translation.
[evince.git] / backend / ev-selection.h
index a07d6393c2377081a82ee87ea35339bad22c6027..d0816040b16380c0f81bdae5b300dcdf6127dfbc 100644 (file)
@@ -47,7 +47,11 @@ struct _EvSelectionIface
                                              EvRenderContext  *rc,
                                              GdkPixbuf       **pixbuf,
                                              EvRectangle      *points,
-                                             EvRectangle      *old_points);
+                                             EvRectangle      *old_points,
+                                             GdkColor        *text,
+                                             GdkColor        *base);
+       GdkRegion * (* get_selection_map)    (EvSelection      *selection,
+                                             EvRenderContext  *rc);
        GdkRegion * (* get_selection_region) (EvSelection      *selection,
                                              EvRenderContext  *rc,
                                              EvRectangle      *points);
@@ -58,7 +62,11 @@ void       ev_selection_render_selection     (EvSelection      *selection,
                                              EvRenderContext  *rc,
                                              GdkPixbuf       **pixbuf,
                                              EvRectangle      *points,
-                                             EvRectangle      *old_points);
+                                             EvRectangle      *old_points,
+                                             GdkColor         *text,
+                                             GdkColor         *base);
+GdkRegion *ev_selection_get_selection_map    (EvSelection      *selection,
+                                             EvRenderContext  *rc);
 GdkRegion *ev_selection_get_selection_region (EvSelection      *selection,
                                              EvRenderContext  *rc,
                                              EvRectangle      *points);