forked from len0rd/rockbox
Fixed pointer types & struct font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d36aaf249
commit
f8a5802d8e
3 changed files with 3 additions and 4 deletions
|
|
@ -97,7 +97,6 @@ struct font {
|
|||
const unsigned short *offset; /* offsets into bitmap data*/
|
||||
const unsigned char *width; /* character widths or NULL if fixed*/
|
||||
int defaultchar; /* default char (not glyph index)*/
|
||||
long bits_size; /* # words of bitmap_t bits*/
|
||||
};
|
||||
|
||||
/* font routines*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue