From da41706f650bee77b0652536528ef637783b6579 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Fri, 15 Jan 2010 11:48:21 +0000 Subject: Fractals: Fix yellow - Have USEGSLIB be defined in fractals.h - BTW the plugin name was renamed to fractals from mandelbrot, because it now provide the basis to use other fractals set, such as the Julia set. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24235 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fractals/fractal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/fractals/fractal.h') diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h index e1dfd5b6c9..7fbfaa526d 100644 --- a/apps/plugins/fractals/fractal.h +++ b/apps/plugins/fractals/fractal.h @@ -21,6 +21,10 @@ #ifndef _FRACTAL_H #define _FRACTAL_H +#if (LCD_DEPTH < 8) +#define USEGSLIB +#endif + /* variable button definitions */ #if CONFIG_KEYPAD == RECORDER_PAD #define FRACTAL_QUIT BUTTON_OFF -- cgit v1.2.3