]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-selection.h
Make frontends depend on just libev. Rework and group CFLAGS/LIBS
[evince.git] / backend / ev-selection.h
index a07d6393c2377081a82ee87ea35339bad22c6027..8c5e224c5f128b32a8dd8cb1c8f2d84f8f3a6114 100644 (file)
@@ -48,6 +48,8 @@ struct _EvSelectionIface
                                              GdkPixbuf       **pixbuf,
                                              EvRectangle      *points,
                                              EvRectangle      *old_points);
+       GdkRegion * (* get_selection_map)    (EvSelection      *selection,
+                                             EvRenderContext  *rc);
        GdkRegion * (* get_selection_region) (EvSelection      *selection,
                                              EvRenderContext  *rc,
                                              EvRectangle      *points);
@@ -59,6 +61,8 @@ void       ev_selection_render_selection     (EvSelection      *selection,
                                              GdkPixbuf       **pixbuf,
                                              EvRectangle      *points,
                                              EvRectangle      *old_points);
+GdkRegion *ev_selection_get_selection_map    (EvSelection      *selection,
+                                             EvRenderContext  *rc);
 GdkRegion *ev_selection_get_selection_region (EvSelection      *selection,
                                              EvRenderContext  *rc,
                                              EvRectangle      *points);