summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-05-16 11:13:42 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-05-16 11:13:42 +0000
commit7d5e0d73758cbe20596653d730a5c4ba60d7a3eb (patch)
treef9e621da19dcb490f05376ba2dcbdf13e21da1b1 /firmware
parentc785722fecb9f653d70d37af3d5e47a7a5442def (diff)
downloadrockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.tar.gz
rockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.zip
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running.
put your station images in .rockbox/fmpresets/<preset name>.bmp or .jpg. Must be in preset mode and the preset name must match the filename git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26078 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/events.h b/firmware/export/events.h
index 42ddf58441..9e60fe754a 100644
--- a/firmware/export/events.h
+++ b/firmware/export/events.h
@@ -37,6 +37,7 @@
37#define EVENT_CLASS_PLAYBACK 0x0200 37#define EVENT_CLASS_PLAYBACK 0x0200
38#define EVENT_CLASS_BUFFERING 0x0400 38#define EVENT_CLASS_BUFFERING 0x0400
39#define EVENT_CLASS_GUI 0x0800 39#define EVENT_CLASS_GUI 0x0800
40#define EVENT_CLASS_RECORDING 0x1000
40#define EVENT_CLASS_LCD 0xf000 41#define EVENT_CLASS_LCD 0xf000
41 42
42bool add_event(unsigned short id, bool oneshot, void (*handler)(void *data)); 43bool add_event(unsigned short id, bool oneshot, void (*handler)(void *data));