diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-28 22:26:04 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-28 22:26:04 +0100 |
commit | cc884ee71f017d9493da22565fc33e6828da123d (patch) | |
tree | 33f97802d7f1461155d34fed0da2cfe1fe657945 /src/render.h | |
parent | da4b72ea58e97d14306cfd322a8ef7a40337645d (diff) |
Added point and click functionality
Diffstat (limited to 'src/render.h')
-rw-r--r-- | src/render.h | 1 |
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; |