1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Yoshihisa Uchida 2010-07-07 11:35:30 +00:00
parent 6d609e009f
commit e5a257607d
2 changed files with 12 additions and 2 deletions

View file

@ -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,