aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-02-09 13:59:41 +0100
committerMattias Andrée <maandree@kth.se>2023-02-09 13:59:49 +0100
commit743a7dea11ffabf7a6d76dc15a8423b116d1c8c3 (patch)
treefeaa309de4c4f9d0a3cfe7ab0db9f666b514f10b /common.h
parentFix and test line drawing (diff)
downloadlibrifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-743a7dea11ffabf7a6d76dc15a8423b116d1c8c3.tar.gz
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-743a7dea11ffabf7a6d76dc15a8423b116d1c8c3.tar.bz2
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-743a7dea11ffabf7a6d76dc15a8423b116d1c8c3.tar.xz
Test and fix rtgrpblib_draw_quadratic_bezier for perfect lines
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 1c589be..f133898 100644
--- a/common.h
+++ b/common.h
@@ -153,8 +153,8 @@ tolerant_eq(double a, double b)
}\
} while (0)
-# if 0
-static void
+# if 1
+static inline void
print_raster(const RASTER *r) {
size_t y, x;
fprintf(stderr, "\nOutline (area)\n");