diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-24 12:57:05 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-24 12:57:05 +0100 |
| commit | b260d5beb9fab0c39f18be677e70b35e988d3c1d (patch) | |
| tree | 1654463c878f17130d52ea6c99c725d0fbacc754 /src/config.h | |
| parent | 57f91ef34cb8a8a1db2c18b468165a4273f13fa8 (diff) | |
Scale surfaces properly
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
