summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-11 16:57:36 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-12 13:41:19 +0200
commit51ea360862c7d047de040393117eae97fce530a4 (patch)
tree09d1cb203f7cf7a4eb10d955f79066b92c378463 /config.c
parentcdf36c1c87d4f953b275164fb91ba77f539c0cfc (diff)
downloadskin-nopacity-51ea360862c7d047de040393117eae97fce530a4.tar.gz
skin-nopacity-51ea360862c7d047de040393117eae97fce530a4.tar.bz2
Optimize Flush and add fade-out to display message
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 6bcd139..c883473 100644
--- a/config.c
+++ b/config.c
@@ -189,6 +189,7 @@ void cNopacityConfig::LoadDefaults(void) {
conf.insert(std::pair<std::string, int>("fontReplay", 0));
//DisplayMessage
conf.insert(std::pair<std::string, int>("messageFadeTime", 300));
+ conf.insert(std::pair<std::string, int>("messageFadeOutTime", 300));
conf.insert(std::pair<std::string, int>("messageWidth", 90));
conf.insert(std::pair<std::string, int>("messageHeight", 10));
conf.insert(std::pair<std::string, int>("messageBorderBottom", 10));