From 60b99811eb785d67b1bd340ea38dedfa466cb8cd Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 6 Apr 2007 11:20:39 +0000 Subject: Player: Only use one software definable character for different characters using the same glyph. * Some cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13043 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd-charcell.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/lcd-charcell.h') diff --git a/firmware/export/lcd-charcell.h b/firmware/export/lcd-charcell.h index 8fc1dbba19..f37a555ba3 100644 --- a/firmware/export/lcd-charcell.h +++ b/firmware/export/lcd-charcell.h @@ -25,6 +25,7 @@ struct cursor_info { unsigned char hw_char; + unsigned char subst_char; bool enabled; bool visible; int x; @@ -47,7 +48,8 @@ struct xchar_info { /* track usage of user-definable characters */ struct pattern_info { short count; - unsigned short xchar; + unsigned short glyph; + unsigned char priority; unsigned char pattern[HW_PATTERN_SIZE]; }; -- cgit v1.2.3