Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-selection.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-12-08 12:26:44 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-08 12:41:02 (GMT)
commited252626b3d584bc3d98649ce2a217c0b82ec50b (patch)
treea931d8c9d62cfb7cf08f15f12e8642a804a8d577 /libdocument/ev-selection.h
parentea6eb7ebc9898463a4e165d76aea75634a8b519b (diff)
Use EvPage instead of a render context to get the selection map
Selection map doesn't depend on scale/rotation so only the page is needed.
Diffstat (limited to 'libdocument/ev-selection.h')
-rw-r--r--libdocument/ev-selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.h b/libdocument/ev-selection.h
index 7a1252a..4e89606 100644
--- a/libdocument/ev-selection.h
+++ b/libdocument/ev-selection.h
@@ -65,7 +65,7 @@ struct _EvSelectionIface
EvSelectionStyle style,
EvRectangle *points);
GdkRegion * (* get_selection_map) (EvSelection *selection,
- EvRenderContext *rc);
+ EvPage *page);
GdkRegion * (* get_selection_region) (EvSelection *selection,
EvRenderContext *rc,
EvSelectionStyle style,
@@ -86,7 +86,7 @@ gchar *ev_selection_get_selected_text (EvSelection *selection,
EvSelectionStyle style,
EvRectangle *points);
GdkRegion *ev_selection_get_selection_map (EvSelection *selection,
- EvRenderContext *rc);
+ EvPage *page);
GdkRegion *ev_selection_get_selection_region (EvSelection *selection,
EvRenderContext *rc,
EvSelectionStyle style,