]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-jobs.h
Clean up selection to be much smoother!
[evince.git] / shell / ev-jobs.h
index d7f49c70306e9149a5a5da6ce3d94105c0612c2d..15768371412846dfae665365ad9e227cc705ee41 100644 (file)
@@ -118,7 +118,10 @@ struct _EvJobRender
        GdkRegion *text_mapping;
 
        GdkPixbuf *selection;
+       GdkRegion *selection_region;
        EvRectangle selection_points;
+       guint base;
+       guint text; 
 
        gint include_links : 1;
        gint include_text : 1;
@@ -184,6 +187,8 @@ EvJob          *ev_job_render_new         (EvDocument      *document,
                                           gint             width,
                                           gint             height,
                                           EvRectangle     *selection_points,
+                                          guint            text,
+                                          guint            base,
                                           gboolean         include_links,
                                           gboolean         include_text,
                                           gboolean         include_selection);