forked from len0rd/rockbox
Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16066 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43cc03457d
commit
a72499a125
15 changed files with 110 additions and 90 deletions
|
@ -112,5 +112,5 @@ void grey_setfont(int newfont)
|
|||
/* Get width and height of a text when printed with the current font */
|
||||
int grey_getstringsize(const unsigned char *str, int *w, int *h)
|
||||
{
|
||||
return _grey_rb->font_getstringsize(str, w, h, _grey_info.curfont);
|
||||
return _grey_info.rb->font_getstringsize(str, w, h, _grey_info.curfont);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue