Fractals: this should fix bugs on simulator for greyscale LCD targets.
commit78e00eed4f98816b5a9992566a451ef74102359a
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 21 Jan 2010 12:27:07 +0000 (21 12:27 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Thu, 21 Jan 2010 12:27:07 +0000 (21 12:27 +0000)
tree372f9625b1498ccd28f575271969a17ef6b252b9
parent6d3ecef69f5a0d6beab8b93dd04e6c700b871af8
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
apps/plugins/fractals/fractal_sets.h
apps/plugins/fractals/mandelbrot_set.c