diff options
Diffstat (limited to 'libdocument/ev-selection.c')
-rw-r--r-- | libdocument/ev-selection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdocument/ev-selection.c b/libdocument/ev-selection.c index 49e56eb4..c35c3b01 100644 --- a/libdocument/ev-selection.c +++ b/libdocument/ev-selection.c @@ -43,7 +43,7 @@ ev_selection_render_selection (EvSelection *selection, if (!iface->render_selection) return; - + iface->render_selection (selection, rc, surface, points, old_points, @@ -72,6 +72,6 @@ ev_selection_get_selection_region (EvSelection *selection, if (!iface->get_selection_region) return NULL; - + return iface->get_selection_region (selection, rc, style, points); } |