diff options
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); |