From e5a257607dd93afe239a03dff0d093dfb3af64be Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Wed, 7 Jul 2010 11:35:30 +0000 Subject: plugin api: add the following functions. - get the viewport of the current skin. - update the current skin statusbar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27333 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 51ef40f010..1196a88195 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -565,6 +565,11 @@ static const struct plugin_api rockbox_api = { /* statusbars */ &statusbars, gui_syncstatusbar_draw, +#ifdef HAVE_LCD_BITMAP + sb_skin_get_info_vp, + sb_skin_update, +#endif + /* options */ get_settings_list, find_setting, -- cgit v1.2.3