From b260d5beb9fab0c39f18be677e70b35e988d3c1d Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 24 Nov 2024 12:57:05 +0100 Subject: Scale surfaces properly --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 297a285..dd1bf1f 100644 --- a/src/config.h +++ b/src/config.h @@ -37,6 +37,7 @@ typedef struct { gradient_t background; unsigned int width; unsigned int height; + double scale; } config_t; typedef struct { -- cgit v1.2.3