diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-08-05 13:25:03 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-08-31 16:27:16 +0200 |
commit | d376fce4dbfe89a731ab7de8fc5581968b8e2350 (patch) | |
tree | 93cc5e9623a207707f30b733a283be954480a06c /displaytracks.h | |
parent | 1603289e38cdc5904a56bed465c8a5406014ecf1 (diff) | |
download | skin-lcarsng-d376fce4dbfe89a731ab7de8fc5581968b8e2350.tar.gz skin-lcarsng-d376fce4dbfe89a731ab7de8fc5581968b8e2350.tar.bz2 |
Optical changes to cLCARSNGDisplayTracks
Diffstat (limited to 'displaytracks.h')
-rw-r--r-- | displaytracks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/displaytracks.h b/displaytracks.h index 12dbd56..cd0a458 100644 --- a/displaytracks.h +++ b/displaytracks.h @@ -10,7 +10,9 @@ private: int xt00, xt01, xt02, xt03, xt04, xt05, xt06, xt07, xt08, xt09, xt10, xt11, xt12; int yt00, yt01, yt02, yt03, yt04, yt05, yt06, yt07; int lineHeight; - tColor frameColor; + tColor frameColorFg; + tColor frameColorBg; + tColor frameColorMg; int currentIndex; static cBitmap bmAudioLeft, bmAudioRight, bmAudioStereo; void SetItem(const char *Text, int Index, bool Current); |