aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-06-01 13:45:28 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-06-01 13:45:28 +1200
commitda9941939798abe41caa07830a5605f0d131a2f2 (patch)
treeba7d8e12f379d3d632ed02477dc747de58b0bac4 /fractal-gen.h
parentf2371dcb179928b8b36587d822daeb919b7d2d84 (diff)
downloadfractal-gen-da9941939798abe41caa07830a5605f0d131a2f2.tar.xz
Coords are now centre of image rather than top left
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index a103d1f..210d50f 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -29,8 +29,8 @@
#include <pthread.h>
struct frame {
- double top;
- double left;
+ double x;
+ double y;
double scale;
};