From 128fa39bb62d1a1c627812f15030bf3ffb82100d Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 23 Jun 2022 14:48:35 +0100 Subject: Remove Cairo scale factor. The scale factor is now only used to scale font sizes, not all Cairo drawing operations. This makes pixel-sized options correct. --- src/image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 090f32d..e3cf86f 100644 --- a/src/image.h +++ b/src/image.h @@ -7,7 +7,6 @@ struct image { uint32_t width; uint32_t height; - uint32_t scale; struct { uint32_t x; uint32_t y; -- cgit v1.2.3