Missing function declaration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4655 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
512079f944
commit
b3acd275ce
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny,
|
|||
/* font support */
|
||||
void gray_setfont(int newfont);
|
||||
int gray_getstringsize(unsigned char *str, int *w, int *h);
|
||||
|
||||
void gray_putsxy(int x, int y, unsigned char *str, bool draw_bg,
|
||||
int fg_brightness, int bg_brightness);
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* __GRAY_H__ */
|
||||
|
|
Loading…
Reference in a new issue