summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-08-26 22:05:35 +0000
committerJens Arnold <amiconn@rockbox.org>2004-08-26 22:05:35 +0000
commitf8a5802d8e6434a4ffb3f9e09b8c128c6bc7fc83 (patch)
tree1c41a4ea3532a9eec7178ecc4c064e98c38045df /firmware/export
parent5d36aaf249f4f7baf752f3ecc5c252de05cd7166 (diff)
downloadrockbox-f8a5802d8e6434a4ffb3f9e09b8c128c6bc7fc83.tar.gz
rockbox-f8a5802d8e6434a4ffb3f9e09b8c128c6bc7fc83.zip
Fixed pointer types & struct font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index fff7d05c0b..eeb8a36bf8 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -97,7 +97,6 @@ struct font {
97 const unsigned short *offset; /* offsets into bitmap data*/ 97 const unsigned short *offset; /* offsets into bitmap data*/
98 const unsigned char *width; /* character widths or NULL if fixed*/ 98 const unsigned char *width; /* character widths or NULL if fixed*/
99 int defaultchar; /* default char (not glyph index)*/ 99 int defaultchar; /* default char (not glyph index)*/
100 long bits_size; /* # words of bitmap_t bits*/
101}; 100};
102 101
103/* font routines*/ 102/* font routines*/