aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
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;
};