forked from len0rd/rockbox
Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd225736f9
commit
71f71ef837
1 changed files with 2 additions and 0 deletions
|
|
@ -57,12 +57,14 @@ static bool inuse[MAX_MENUS] = { false };
|
||||||
/* count in letter posistions, NOT pixels */
|
/* count in letter posistions, NOT pixels */
|
||||||
void put_cursorxy(int x, int y, bool on)
|
void put_cursorxy(int x, int y, bool on)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_LCD_BITMAP
|
||||||
#ifdef LOADABLE_FONTS
|
#ifdef LOADABLE_FONTS
|
||||||
int fh;
|
int fh;
|
||||||
unsigned char* font = lcd_getcurrentldfont();
|
unsigned char* font = lcd_getcurrentldfont();
|
||||||
fh = ajf_get_fontheight(font);
|
fh = ajf_get_fontheight(font);
|
||||||
#else
|
#else
|
||||||
int fh = 8;
|
int fh = 8;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* place the cursor */
|
/* place the cursor */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue