forked from len0rd/rockbox
Fractals: Use constants for screen panning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
51cb7eb5f2
commit
55240a2e85
3 changed files with 10 additions and 4 deletions
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
#include "fractal_sets.h"
|
||||
|
||||
#define LCD_SHIFT_X (LCD_WIDTH / 8)
|
||||
#define LCD_SHIFT_Y (LCD_HEIGHT / 8)
|
||||
|
||||
void rects_queue_init(void);
|
||||
void rects_calc_all(int (*calc)(struct fractal_rect *, int (*)(void *), void *),
|
||||
int (*button_yield_cb)(void *), void *ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue