diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-24 00:45:03 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-24 00:45:03 +0000 |
| commit | c84e345e6e2d17ce95ee703d98760e005a3a0f7d (patch) | |
| tree | 1df900f48416c5f95854f3aaa785cbc0d5f762a5 /apps/plugin.c | |
| parent | 68a21689aef3a81335456476d4d10860ef5bc6b3 (diff) | |
| download | rockbox-c84e345e6e2d17ce95ee703d98760e005a3a0f7d.zip rockbox-c84e345e6e2d17ce95ee703d98760e005a3a0f7d.tar.gz rockbox-c84e345e6e2d17ce95ee703d98760e005a3a0f7d.tar.bz2 rockbox-c84e345e6e2d17ce95ee703d98760e005a3a0f7d.tar.xz | |
Oops, fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16776 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 15a7e91..aa6b65a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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, |