mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
OSD menu settings reorganized, most OSD related now there; New Media submenu, main menu going too big
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@515 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3152,6 +3152,7 @@ _repeat:
|
||||
g_RCInput->postMsg(new_msg, 0);
|
||||
return messages_return::cancel_all | messages_return::handled;
|
||||
}
|
||||
#if 0
|
||||
else /* data == 1: KEY_POWER released */
|
||||
if (standby_pressed_at.tv_sec != 0) /* check if we received a KEY_POWER pressed event before */
|
||||
{ /* required for correct handling of KEY_POWER events of */
|
||||
@@ -3166,6 +3167,7 @@ _repeat:
|
||||
return messages_return::cancel_all | messages_return::handled;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else if ((msg == CRCInput::RC_plus) || (msg == CRCInput::RC_minus))
|
||||
{
|
||||
|
Reference in New Issue
Block a user