aboutsummaryrefslogtreecommitdiff
path: root/inc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.h')
-rw-r--r--inc/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/config.h b/inc/config.h
index 4085dba..4ce9f2e 100644
--- a/inc/config.h
+++ b/inc/config.h
@@ -3,7 +3,8 @@
# define MANDEL_WINDOW_WIDTH 640
# define MANDEL_WINDOW_HEIGHT 480
-
# define MANDEL_WINDOW_TITLE "Mandelbrot"
+# define MANDEL_SURFACE_DEPTH 8
+# define MANDEL_ITERATIONS 20
#endif