From ad4e3d665734b14a28f1ba5fa874663772dab3e7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 26 Mar 2007 07:52:13 +0000 Subject: First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12916 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/icon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/icon.h b/apps/gui/icon.h index e21db7a133..9ceda9e933 100644 --- a/apps/gui/icon.h +++ b/apps/gui/icon.h @@ -26,13 +26,13 @@ typedef const unsigned char * ICON; #define NOICON NULL #else -typedef short ICON; +typedef long ICON; #define NOICON -1 #endif #define Icon_NOICON -1 -#define CURSOR_CHAR 0x92 +#define CURSOR_CHAR 0xe10c #define CURSOR_WIDTH 6 #define CURSOR_HEIGHT 8 -- cgit v1.2.3