forked from len0rd/rockbox
Const policed the grayscale lib & plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4985 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0830339e2f
commit
85890b88df
9 changed files with 27 additions and 25 deletions
|
@ -36,7 +36,7 @@
|
|||
This works exactly the same way as the core lcd_getstringsize(), only that
|
||||
it uses the selected font for grayscale.
|
||||
*/
|
||||
int gray_getstringsize(unsigned char *str, int *w, int *h)
|
||||
int gray_getstringsize(const unsigned char *str, int *w, int *h)
|
||||
{
|
||||
int ch;
|
||||
int width = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue