diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-14 21:21:15 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-14 21:21:15 +0100 |
commit | aeae728ce0bbd60ccb04962c0384b9510efdfeb7 (patch) | |
tree | ff972bf4b2cc044734b9700cc0d34c7d23dd6d5c /config.h | |
parent | c9773fe039df037210bd145ac86a29326845ede3 (diff) | |
download | skin-flatplus-aeae728ce0bbd60ccb04962c0384b9510efdfeb7.tar.gz skin-flatplus-aeae728ce0bbd60ccb04962c0384b9510efdfeb7.tar.bz2 |
first implementation of SetItemEvent (program menu)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ class cFlatConfig int MenuChannelView; int MenuTimerView; + int MenuEventView; int DecorIndex; }; |