Switchover remote control standard / neo1

- Disable virtual zap when Neo1 remote control
- OSD setup (remote control) optimized.


git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1772 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 469d06a95a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-10-23 (Sun, 23 Oct 2011)
This commit is contained in:
Michael Liebmann
2011-10-23 14:56:54 +00:00
parent e0d9a23a8d
commit 7f40193dd3
10 changed files with 55 additions and 21 deletions

View File

@@ -77,7 +77,15 @@ class CKeybindSetup : public CMenuTarget
KEYBINDS_COUNT
};
enum remote_control_t
{
REMOTECONTROL_STANDARD = 0,
REMOTECONTROL_NEO1 = 1,
REMOTECONTROL_COUNT
};
private:
CFrameBuffer *frameBuffer;
CKeySetupNotifier *keySetupNotifier;