aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h3
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