forked from len0rd/rockbox
Added font_getstringsize to the plugin api, needed for the reworked grayscale library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7240 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
210ce6a766
commit
12a4ed383f
2 changed files with 8 additions and 1 deletions
|
@ -341,6 +341,9 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_bitmap_part,
|
||||
lcd_bitmap,
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
font_getstringsize,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue