wok-next view xournal/stuff/patches/xournal.patch @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 --- a/src/xo-shapes.c
2 +++ b/src/xo-shapes.c
3 @@ -107,7 +107,7 @@
4 return sqrt(ixx+iyy);
5 }
7 -inline double I_det(struct Inertia s)
8 +extern inline double I_det(struct Inertia s)
9 {
10 double ixx = I_xx(s), iyy = I_yy(s), ixy = I_xy(s);
11 if (s.mass <= 0.) return 0.;