summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
committerAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
commit038de1a143b9775f37d4848f52c59af7cee66e36 (patch)
tree8d10a35c194be220b6cb2d1b2982546dbcef9480 /src/config.h
parent69d32924ffbfe2bb05d881a23af13b6070b9a9bd (diff)
Imported Upstream version 0.8.3
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 9ccab07..8765e2e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -133,4 +133,10 @@
#define USE_MPLAYER_PANSCAN 0
+
+// If 1, the background logo will be animated
+#if QT_VERSION >= 0x040600
+/* #define LOGO_ANIMATION 1 */
+#endif
+
#endif