diff options
author | louis <louis.braun@gmx.de> | 2013-05-10 12:01:49 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-10 12:01:49 +0200 |
commit | 15db5e81ccf049d7d3cb365f699d7290472ad9f9 (patch) | |
tree | bd2bc95cd8fca2333a1086aa559c0e3704b62cdb /setup.h | |
parent | 0c5c49a358a13ec5d1322a8dd0b0d181f45d9ced (diff) | |
download | skin-nopacity-15db5e81ccf049d7d3cb365f699d7290472ad9f9.tar.gz skin-nopacity-15db5e81ccf049d7d3cb365f699d7290472ad9f9.tar.bz2 |
Added optional dedicated status icons in channel display
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ class cNopacitySetupChannelDisplay : public cMenuSetupSubMenu { protected: const char *logoPos[3]; const char *progressStyleCurrentSchedule[2]; + const char *symStyle[2]; const char *bgStyle[2]; void Set(void); public: |