aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-28 22:26:04 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-28 22:26:04 +0100
commitcc884ee71f017d9493da22565fc33e6828da123d (patch)
tree33f97802d7f1461155d34fed0da2cfe1fe657945 /src/render.h
parentda4b72ea58e97d14306cfd322a8ef7a40337645d (diff)
Added point and click functionality
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 a50027a..52be446 100644
--- a/src/render.h
+++ b/src/render.h
@@ -17,6 +17,7 @@ typedef struct config {
CpuConfig config_cpu;
OpenCLConfig config_opencl;
u8 mode;
+ u8 zoomSpecific;
u8 video;
u8 filetype;
u16 width;