summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-07 21:40:16 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-07 21:40:16 +0100
commit57ff05aaf3838e5f26a40ef28415f850de627957 (patch)
tree3834dadab29408ac0c49c7b96c73b7c0a9fc4b0b /config.h
parent661351ed6967081b88234b5184b50bb3f26ceadd (diff)
downloadskin-flatplus-57ff05aaf3838e5f26a40ef28415f850de627957.tar.gz
skin-flatplus-57ff05aaf3838e5f26a40ef28415f850de627957.tar.bz2
support for menu SetItemChannel
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2005aa14..01d862e5 100644
--- a/config.h
+++ b/config.h
@@ -173,5 +173,9 @@ class cFlatConfig
int MenuItemIconsShow;
int TopBarMenuIconShow;
+ double MainMenuItemScale;
+
+ int MenuChannelType;
+
int DecorIndex;
};