diff options
Diffstat (limited to '')
-rw-r--r-- | src/ncmpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 7c1d51958..019ce6893 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -26,6 +26,9 @@ void D(char *format, ...); #define YES _("y") #define NO _("n") +/* mpd crossfade time [s] */ +#define DEFAULT_CROSSFADE_TIME 10 + /* welcome message time [s] */ #define SCREEN_WELCOME_TIME 10 |