diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-05 19:47:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-05 19:47:13 +0200 |
commit | 8047da0e01ad5692ca22fa46eb45e8815105bc68 (patch) | |
tree | 68c85e2481322302e451a0ee314579e995396c8f /libskrift_inches_to_pixels.c | |
parent | m (diff) | |
download | libskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.gz libskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.bz2 libskrift-8047da0e01ad5692ca22fa46eb45e8815105bc68.tar.xz |
make demo flexible + minor fixes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libskrift_inches_to_pixels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift_inches_to_pixels.c b/libskrift_inches_to_pixels.c index 3901175..531a775 100644 --- a/libskrift_inches_to_pixels.c +++ b/libskrift_inches_to_pixels.c @@ -1,4 +1,4 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -extern inline double libskrift_points_to_pixels(double points, const struct libskrift_rendering *rendering); +extern inline double libskrift_inches_to_pixels(double inches, const struct libskrift_rendering *rendering); |