diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-08-26 21:15:07 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-08-26 21:15:07 +0000 |
| commit | 5d36aaf249f4f7baf752f3ecc5c252de05cd7166 (patch) | |
| tree | bedfc311a9a72d07957627f4c4d829f586f83ca9 /apps/plugins | |
| parent | 033ba1669b1e4c7c29e0e4d4d3573a75b681abb5 (diff) | |
| download | rockbox-5d36aaf249f4f7baf752f3ecc5c252de05cd7166.zip rockbox-5d36aaf249f4f7baf752f3ecc5c252de05cd7166.tar.gz rockbox-5d36aaf249f4f7baf752f3ecc5c252de05cd7166.tar.bz2 rockbox-5d36aaf249f4f7baf752f3ecc5c252de05cd7166.tar.xz | |
New font format (already rotated) saves code, space and time. On the downside this new format is incompatible, so get the new fonts, too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5015 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/gray_putsxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_putsxy.c b/apps/plugins/lib/gray_putsxy.c index 51f1ca1..20af8a3 100644 --- a/apps/plugins/lib/gray_putsxy.c +++ b/apps/plugins/lib/gray_putsxy.c @@ -37,7 +37,7 @@ void gray_putsxy(int x, int y, const unsigned char *str) { int ch, width; - bitmap_t *bits; + unsigned char *bits; struct font *pf = _graybuf->curfont; if ((unsigned) x >= (unsigned) _graybuf->width |