diff options
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h index a9ae058ce9..1eefc4850c 100644 --- a/apps/gui/icon.h +++ b/apps/gui/icon.h @@ -25,7 +25,7 @@ #ifdef HAVE_LCD_BITMAP typedef const unsigned char * ICON; #else - typedef unsigned short ICON; + typedef short ICON; #endif #define CURSOR_CHAR 0x92 |