summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
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