From e0dfa22cad7dd22e7ab7ac8d0fa2df21e4cedddb Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Thu, 21 Jan 2010 12:27:07 +0000 Subject: Fractals: this should fix bugs on simulator for greyscale LCD targets. * moved #define USEGSLIB to fractal_sets.h and include only needed header file. * include plugin.h so that LCD_DEPTH is defined. * explicitly include fractal_sets.h in mandelbrot_set.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24309 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fractals/fractal.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/plugins/fractals/fractal.h') diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h index 6c0af2298a..cac0df48c4 100644 --- a/apps/plugins/fractals/fractal.h +++ b/apps/plugins/fractals/fractal.h @@ -21,10 +21,6 @@ #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