aboutsummaryrefslogtreecommitdiff
path: root/src/mandelbrot-zoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mandelbrot-zoom.h')
-rw-r--r--src/mandelbrot-zoom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mandelbrot-zoom.h b/src/mandelbrot-zoom.h
index 5aa4dc4..1ff8f4f 100644
--- a/src/mandelbrot-zoom.h
+++ b/src/mandelbrot-zoom.h
@@ -13,6 +13,7 @@
#include "conversion.h"
#include "render.h"
#include "sets.h"
+#include "config.h"
typedef struct Ui_settings {
GtkWindow *settings;
@@ -46,7 +47,7 @@ typedef struct Ui_settings {
} Ui_settings;
Ui_settings ui_settings;
-Config config;
+config_t config;
u8 currentColor;
int main(int argc, char **argv);