diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
| commit | ac017781e02e361074fd4da3b3eeb14745f79f03 (patch) | |
| tree | ec3ce8eb8001b5d0d6822292ed443797b6ae1103 /apps/plugin.c | |
| parent | 9b8925e56de605e22aff3700d1cd13c70814b25f (diff) | |
| download | rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.zip rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.gz rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.bz2 rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index f61e799..5c849e3 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -87,6 +87,7 @@ static const struct plugin_api rockbox_api = { lcd_icon, lcd_double_height, #else + screen_clear_area, lcd_set_drawmode, lcd_get_drawmode, lcd_setfont, |