mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
pzapit: add -lockrc/-unlockrc options; port from martii
I've pulled it from Duckbox-Developers/neutrino-mp-cst-next
and modified it to work
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0330515abc
Author: GetAway <get-away@t-online.de>
Date: 2016-12-11 (Sun, 11 Dec 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -71,10 +71,13 @@ struct NeutrinoMessages {
|
||||
REMIND = CRCInput::RC_Messages + 18,
|
||||
LOCK_RC = CRCInput::RC_Messages + 19,
|
||||
UNLOCK_RC = CRCInput::RC_Messages + 20,
|
||||
REBOOT = CRCInput::RC_Messages + 21,
|
||||
RELOAD_SETUP = CRCInput::RC_Messages + 22,
|
||||
SHOW_MAINMENU = CRCInput::RC_Messages + 23,
|
||||
LEAVE_ALL = CRCInput::RC_Messages + 24,
|
||||
LOCK_RC_EXTERN = CRCInput::RC_Messages + 21,
|
||||
UNLOCK_RC_EXTERN = CRCInput::RC_Messages + 22,
|
||||
REBOOT = CRCInput::RC_Messages + 23,
|
||||
RELOAD_SETUP = CRCInput::RC_Messages + 24,
|
||||
SHOW_MAINMENU = CRCInput::RC_Messages + 25,
|
||||
LEAVE_ALL = CRCInput::RC_Messages + 26,
|
||||
|
||||
|
||||
EVT_VOLCHANGED = CRCInput::RC_Events + 1,
|
||||
EVT_MUTECHANGED = CRCInput::RC_Events + 2,
|
||||
|
Reference in New Issue
Block a user