summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-09 04:25:41 +0000
commitd871ff8cce9afe8437f7b51f4cd853018abd9924 (patch)
tree58f4372df6559179a790d499075972a6ce70dc71 /apps/onplay.h
parent159612829648740f4b64accb9794c091b01bca58 (diff)
downloadrockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.tar.gz
rockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.zip
FS#11270 by Chris Savery - WPS integration for pictureflow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 8462603bcc..b129296a7b 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -29,6 +29,7 @@ enum {
29 ONPLAY_RELOAD_DIR, 29 ONPLAY_RELOAD_DIR,
30 ONPLAY_START_PLAY, 30 ONPLAY_START_PLAY,
31 ONPLAY_PLAYLIST, 31 ONPLAY_PLAYLIST,
32 ONPLAY_PICTUREFLOW,
32}; 33};
33 34
34#ifdef HAVE_HOTKEY 35#ifdef HAVE_HOTKEY
@@ -43,6 +44,7 @@ enum hotkey_action {
43 HOTKEY_DELETE, 44 HOTKEY_DELETE,
44 HOTKEY_INSERT, 45 HOTKEY_INSERT,
45 HOTKEY_INSERT_SHUFFLED, 46 HOTKEY_INSERT_SHUFFLED,
47 HOTKEY_PICTUREFLOW,
46}; 48};
47#endif 49#endif
48 50