diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2010-08-15 14:56:26 +0200 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2010-08-15 14:56:26 +0200 |
| commit | daedb268765b337684e02ed1e26507c2b96ab5d5 (patch) | |
| tree | 24bc3dc57136f1f1f66e948e33484e7dac6b18a7 /menu.h | |
| parent | 94189d49ae36ecabdb6ad053c8e24e2741546eae (diff) | |
| parent | e4a12a7a4343c0654f47a7a5886b409cc8500f27 (diff) | |
| download | vdr-plugin-pvrinput-daedb268765b337684e02ed1e26507c2b96ab5d5.tar.gz vdr-plugin-pvrinput-daedb268765b337684e02ed1e26507c2b96ab5d5.tar.bz2 | |
Merge remote branch 'osd/rb_osd_submenues'
Merged the patches to organize the settings menu in submenus.
Diffstat (limited to 'menu.h')
| -rw-r--r-- | menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,10 +41,12 @@ typedef enum { class cPvrMenuSetup : public cMenuSetupPage { private: cPvrSetup newPvrSetup; + cPvrSetup cachedPvrSetup; protected: virtual void Store(); public: cPvrMenuSetup(); + virtual eOSState ProcessKey(eKeys Key); }; class cPvrMenuMain : public cOsdObject { |
