diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 04:25:41 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-09 04:25:41 +0000 |
commit | d871ff8cce9afe8437f7b51f4cd853018abd9924 (patch) | |
tree | 58f4372df6559179a790d499075972a6ce70dc71 /apps/onplay.h | |
parent | 159612829648740f4b64accb9794c091b01bca58 (diff) | |
download | rockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.tar.gz rockbox-d871ff8cce9afe8437f7b51f4cd853018abd9924.tar.bz2 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.h | 2 |
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 { ONPLAY_RELOAD_DIR, ONPLAY_START_PLAY, ONPLAY_PLAYLIST, + ONPLAY_PICTUREFLOW, }; #ifdef HAVE_HOTKEY @@ -43,6 +44,7 @@ enum hotkey_action { HOTKEY_DELETE, HOTKEY_INSERT, HOTKEY_INSERT_SHUFFLED, + HOTKEY_PICTUREFLOW, }; #endif |