diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-06-11 16:57:36 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-12 13:41:19 +0200 |
commit | 51ea360862c7d047de040393117eae97fce530a4 (patch) | |
tree | 09d1cb203f7cf7a4eb10d955f79066b92c378463 /config.c | |
parent | cdf36c1c87d4f953b275164fb91ba77f539c0cfc (diff) | |
download | skin-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |