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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index fa6919030f..8408ed46b0 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -24,15 +24,14 @@
24 * char-based displays and bitmap displays */ 24 * char-based displays and bitmap displays */
25#ifdef HAVE_LCD_BITMAP 25#ifdef HAVE_LCD_BITMAP
26typedef const unsigned char * ICON; 26typedef const unsigned char * ICON;
27#define NOICON Icon_NOICON
28#else 27#else
29typedef long ICON; 28typedef long ICON;
30#define NOICON Icon_NOICON
31#endif 29#endif
32 30
31#define NOICON Icon_NOICON
33#define FORCE_INBUILT_ICON 0x80000000 32#define FORCE_INBUILT_ICON 0x80000000
34/* Don't #ifdef icon values, or we wont be able to use the same 33/* Don't #ifdef icon values, or we wont be able to use the same
35 cmp for every target. */ 34 bmp for every target. */
36enum themable_icons { 35enum themable_icons {
37 Icon_NOICON = -1, /* Dont put this in a .bmp */ 36 Icon_NOICON = -1, /* Dont put this in a .bmp */
38 Icon_Audio, 37 Icon_Audio,