diff options
author | horchi <vdr@jwendel.de> | 2012-11-29 07:05:54 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2012-11-29 07:05:54 +0100 |
commit | 3a2a85db5e18c027c84ec6a40dfe0babfa9dae98 (patch) | |
tree | eac9664f899ad56de9cfef6c73edcefed09d4f96 /config.h | |
parent | 6f0d9df3807c95e2c10549a0c578d5c1a6d2fa91 (diff) | |
download | vdr-plugin-seduatmo-3a2a85db5e18c027c84ec6a40dfe0babfa9dae98.tar.gz vdr-plugin-seduatmo-3a2a85db5e18c027c84ec6a40dfe0babfa9dae98.tar.bz2 |
added rainbow fader
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class cSeduConfig : public cSeduService int fixedR; int fixedG; int fixedB; + int effectSpeed; int showMainmenu; char seduRGBOrder[4]; |