diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-23 14:48:35 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-23 14:48:35 +0100 |
commit | 128fa39bb62d1a1c627812f15030bf3ffb82100d (patch) | |
tree | e16020dd31faf4a2033ac45a3038981b8c54276c /src/image.h | |
parent | c57d9a2a65725dce8632bea6e539517f6b5e8f7d (diff) |
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.
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |