aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/art_svp_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/art_svp_point.h')
-rw-r--r--libart_lgpl/art_svp_point.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/libart_lgpl/art_svp_point.h b/libart_lgpl/art_svp_point.h
index c150d3e579..53faaba37e 100644
--- a/libart_lgpl/art_svp_point.h
+++ b/libart_lgpl/art_svp_point.h
@@ -28,11 +28,11 @@
extern "C" {
#endif /* __cplusplus */
-int
-art_svp_point_wind (ArtSVP *svp, double x, double y);
+gint
+art_svp_point_wind (ArtSVP *svp, gdouble x, gdouble y);
-double
-art_svp_point_dist (ArtSVP *svp, double x, double y);
+gdouble
+art_svp_point_dist (ArtSVP *svp, gdouble x, gdouble y);
#ifdef __cplusplus
}
@@ -40,6 +40,3 @@ art_svp_point_dist (ArtSVP *svp, double x, double y);
#endif /* __ART_SVP_H__ */
-
-
-