1
0
Fork 0
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:
Jens Arnold 2005-07-25 19:56:35 +00:00
parent 210ce6a766
commit 12a4ed383f
2 changed files with 8 additions and 1 deletions

View file

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