From ac017781e02e361074fd4da3b3eeb14745f79f03 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 25 Jul 2007 09:38:55 +0000 Subject: 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 --- apps/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.h') 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); -- cgit v1.1