summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-07-25 09:38:55 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-07-25 09:38:55 +0000
commitac017781e02e361074fd4da3b3eeb14745f79f03 (patch)
treeec3ce8eb8001b5d0d6822292ed443797b6ae1103 /apps/plugin.c
parent9b8925e56de605e22aff3700d1cd13c70814b25f (diff)
downloadrockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.gz
rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.zip
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13978 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f61e799186..5c849e31db 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -87,6 +87,7 @@ static const struct plugin_api rockbox_api = {
87 lcd_icon, 87 lcd_icon,
88 lcd_double_height, 88 lcd_double_height,
89#else 89#else
90 screen_clear_area,
90 lcd_set_drawmode, 91 lcd_set_drawmode,
91 lcd_get_drawmode, 92 lcd_get_drawmode,
92 lcd_setfont, 93 lcd_setfont,