Code

Disable the page selector when there's only one page
[inkscape.git] / src / libnr / nr-path.h
index 625a0e498966d7937a99b3d21d518b3208349df0..234cbb11e9f7ec3b1090094b1a46b2850c421a8a 100644 (file)
@@ -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);