1
0
Fork 0
forked from len0rd/rockbox

Core: A graphics framework can now register a hook function to extend the core screendump routine. * Grayscale library: (1) Changed the screendump routine into a hook, and implemented it for H1x0. (2) The planar pixel setting routines now use one register less. Fixes build problem with developer builds (frame pointers enabled) on coldfire.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-10-01 10:20:55 +00:00
parent f0fe3c9477
commit 05042affc7
7 changed files with 205 additions and 167 deletions

View file

@ -42,7 +42,6 @@ void gray_release(void);
/* Special functions */
void gray_show(bool enable);
void gray_deferred_lcd_update(void);
void gray_screendump(void);
/* Update functions */
void gray_update(void);