diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-03-21 23:55:09 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-03-21 23:55:09 +0100 |
commit | 85f78ee5affaf943afb25915cbe91f94051672b1 (patch) | |
tree | 2016bc6907a8b1d0773270a5a28d15e0e07ea2f8 /config.h | |
parent | c0a49c765df14a1567005ee5fa08a04cb7032970 (diff) | |
download | skin-flatplus-85f78ee5affaf943afb25915cbe91f94051672b1.tar.gz skin-flatplus-85f78ee5affaf943afb25915cbe91f94051672b1.tar.bz2 |
add audio channel icons, update topbar conflicts
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,7 @@ class cFlatConfig int decorBorderTrackTypeUser, decorBorderTrackSizeUser; int decorBorderTrackType, decorBorderTrackSize; tColor decorBorderTrackFg, decorBorderTrackBg; + tColor decorBorderTrackSelFg, decorBorderTrackSelBg; tColor decorBorderTrackCurFg, decorBorderTrackCurBg; int decorBorderReplayByTheme; @@ -173,6 +174,7 @@ class cFlatConfig int EpgAdditionalInfoShow; int TopBarRecordingShow; int TopBarRecConflictsShow; + int TopBarRecConflictsHigh; int MenuItemIconsShow; int TopBarMenuIconShow; |