aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-23 01:23:23 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-23 01:23:23 +0100
commite6c241add375353c1c80b0e3915a6505dbd5db9a (patch)
treed4d840b0aadc075c007fbbeefcb5b18edb52541d /src/render.h
parentf88292eafad9c6443f970ae0b28fa9cd2ae8fb7d (diff)
Added zoom speed option
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.h b/src/render.h
index 83a5c1a..dde79be 100644
--- a/src/render.h
+++ b/src/render.h
@@ -23,6 +23,7 @@ typedef struct config {
u32 colorTo;
long double to_x;
long double to_y;
+ long double speed;
u8 video;
u8 filetype;
u16 width;