summaryrefslogtreecommitdiff
path: root/apps/gui/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r--apps/gui/icon.h4
1 files changed, 2 insertions, 2 deletions
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 @@
26typedef const unsigned char * ICON; 26typedef const unsigned char * ICON;
27#define NOICON NULL 27#define NOICON NULL
28#else 28#else
29typedef short ICON; 29typedef long ICON;
30#define NOICON -1 30#define NOICON -1
31#endif 31#endif
32 32
33#define Icon_NOICON -1 33#define Icon_NOICON -1
34 34
35#define CURSOR_CHAR 0x92 35#define CURSOR_CHAR 0xe10c
36#define CURSOR_WIDTH 6 36#define CURSOR_WIDTH 6
37#define CURSOR_HEIGHT 8 37#define CURSOR_HEIGHT 8
38 38