1
0
Fork 0
forked from len0rd/rockbox

Fractals: Fix red

- Define painting buffer inside fractal set implementation
- Add missing USEGLIB define
- Removed mandelbrot.c that was forgotten in last commit


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2010-01-15 06:17:56 +00:00
parent 7719d297f2
commit 4794891c97
4 changed files with 7 additions and 934 deletions

View file

@ -24,12 +24,6 @@
#include "lib/grey.h"
#include "lib/xlcd.h"
#ifdef USEGSLIB
extern unsigned char imgbuffer[LCD_HEIGHT];
#else
extern fb_data imgbuffer[LCD_HEIGHT];
#endif
struct fractal_rect
{
int px_min;