From 743a7dea11ffabf7a6d76dc15a8423b116d1c8c3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 9 Feb 2023 13:59:41 +0100 Subject: Test and fix rtgrpblib_draw_quadratic_bezier for perfect lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.h') 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"); -- cgit v1.2.3-70-g09d2