From 5d36aaf249f4f7baf752f3ecc5c252de05cd7166 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Thu, 26 Aug 2004 21:15:07 +0000 Subject: 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 --- apps/plugins/lib/gray_putsxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/gray_putsxy.c b/apps/plugins/lib/gray_putsxy.c index 51f1ca166a..20af8a3cbf 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 -- cgit v1.2.3