1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Tomer Shalev 2010-01-15 11:48:21 +00:00
parent 12173598e4
commit da41706f65
3 changed files with 8 additions and 7 deletions

View file

@ -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