summaryrefslogtreecommitdiff
path: root/apps/plugin.h
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.h
parent9b8925e56de605e22aff3700d1cd13c70814b25f (diff)
downloadrockbox-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.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 9adefc1..36ad3ba 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -154,6 +154,8 @@ struct plugin_api {
void (*lcd_icon)(int icon, bool enable);
void (*lcd_double_height)(bool on);
#else
+ void (*screen_clear_area)(struct screen * display, int xstart, int ystart,
+ int width, int height);
void (*lcd_set_drawmode)(int mode);
int (*lcd_get_drawmode)(void);
void (*lcd_setfont)(int font);