1
0
Fork 0
forked from len0rd/rockbox

Oops, fix red.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16776 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-03-24 00:45:03 +00:00
parent 68a21689ae
commit c84e345e6e
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,6 @@ static const struct plugin_api rockbox_api = {
/* lcd */
lcd_set_contrast,
lcd_update,
lcd_update_rect,
lcd_clear_display,
lcd_setmargins,
lcd_getstringsize,
@ -93,6 +92,7 @@ static const struct plugin_api rockbox_api = {
lcd_double_height,
#else
&lcd_framebuffer[0][0],
lcd_update_rect,
lcd_set_drawmode,
lcd_get_drawmode,
lcd_setfont,