aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-04 08:48:26 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2006-08-04 08:48:26 +0000
commite2a6f80bc6c71cfe6a68f419b2561d6d32252a88 (patch)
treeefbfdabfda29a9f097e7324d44689129d60b7b89 /src/ncmpc.h
parent22f156f5f87705a9b8cda9958179939d8b3fbdc9 (diff)
downloadmpd-e2a6f80bc6c71cfe6a68f419b2561d6d32252a88.tar.gz
mpd-e2a6f80bc6c71cfe6a68f419b2561d6d32252a88.tar.xz
mpd-e2a6f80bc6c71cfe6a68f419b2561d6d32252a88.zip
the updated sources
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4543 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 4d3b840a5..7bc99a1d6 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -17,6 +17,9 @@
#ifndef DISABLE_CLOCK_SCREEN
#define ENABLE_CLOCK_SCREEN 1
#endif
+#ifndef DISABLE_LYRICS_SCREEN
+#define ENABLE_LYRICS_SCREEN 1
+#endif
#ifdef DEBUG
void D(char *format, ...);
@@ -73,5 +76,7 @@ void D(char *format, ...);
#define DEFAULT_STATUS_FORMAT "[%artist% - ]%title%|%shortfile%"
#define STATUS_FORMAT (options.status_format ? options.status_format : \
DEFAULT_STATUS_FORMAT)
+
+#define DEFAULT_LYRICS_TIMEOUT 100
#endif /* NCMPC_H */