diff options
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r-- | apps/gui/icon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h index 14b66d3c51..e21db7a133 100644 --- a/apps/gui/icon.h +++ b/apps/gui/icon.h @@ -30,6 +30,8 @@ typedef short ICON; #define NOICON -1 #endif +#define Icon_NOICON -1 + #define CURSOR_CHAR 0x92 #define CURSOR_WIDTH 6 #define CURSOR_HEIGHT 8 |