summaryrefslogtreecommitdiff
path: root/apps/plugins/mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mandelbrot.c')
-rw-r--r--apps/plugins/mandelbrot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mandelbrot.c b/apps/plugins/mandelbrot.c
index 76c5030874..11f4d34eea 100644
--- a/apps/plugins/mandelbrot.c
+++ b/apps/plugins/mandelbrot.c
@@ -211,6 +211,7 @@ static int step_log2;
211static unsigned max_iter; 211static unsigned max_iter;
212 212
213#ifdef USEGSLIB 213#ifdef USEGSLIB
214GREY_INFO_STRUCT
214static unsigned char *gbuf; 215static unsigned char *gbuf;
215static size_t gbuf_size = 0; 216static size_t gbuf_size = 0;
216static unsigned char imgbuffer[LCD_HEIGHT]; 217static unsigned char imgbuffer[LCD_HEIGHT];