diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-19 03:09:06 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-19 03:09:06 +0000 |
| commit | ad80708143f253a5a1fb75845c083aba61972806 (patch) | |
| tree | 2677b6e9687f023a214b2df10caa0c358bc1c0b5 /src/libnr/nr-path.h | |
| parent | add fields for delayed pick optimization (diff) | |
| download | inkscape-ad80708143f253a5a1fb75845c083aba61972806.tar.gz inkscape-ad80708143f253a5a1fb75845c083aba61972806.zip | |
optimize picking by ignoring out-of-view segments
(bzr r2715)
Diffstat (limited to 'src/libnr/nr-path.h')
| -rw-r--r-- | src/libnr/nr-path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnr/nr-path.h b/src/libnr/nr-path.h index 625a0e498..234cbb11e 100644 --- a/src/libnr/nr-path.h +++ b/src/libnr/nr-path.h @@ -44,7 +44,7 @@ NRBPath *nr_path_duplicate_transform(NRBPath *d, NRBPath *s, NR::Matrix const tr void nr_path_matrix_point_bbox_wind_distance (NRBPath *bpath, NR::Matrix const &m, NR::Point &pt, NRRect *bbox, int *wind, NR::Coord *dist, - NR::Coord tolerance); + NR::Coord tolerance, NR::Rect *viewbox); void nr_path_matrix_bbox_union(NRBPath const *bpath, NR::Matrix const &m, NRRect *bbox); |
