diff options
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 3121c918ac..80e0371eaf 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -31,6 +31,9 @@ enum { ONPLAY_START_PLAY, ONPLAY_PLAYLIST, ONPLAY_PLUGIN, +#ifdef HAVE_HOTKEY + ONPLAY_FUNC_RETURN, /* for use in hotkey_assignment only */ +#endif }; #ifdef HAVE_HOTKEY |