aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
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 {