mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Correct actionable offense for misappropriation of action context.
Just use a bool to indicate raw button instead of action code. No bother with plugin version yet again so soon. Change-Id: I4aa075c0c1fb5308c9d49bebb30ac76f671b2335
This commit is contained in:
parent
f688710707
commit
d05db0a90c
6 changed files with 6 additions and 11 deletions
|
@ -42,11 +42,6 @@
|
|||
#define ALLOW_SOFTLOCK 0
|
||||
#endif
|
||||
|
||||
#define CONTEXT_RAWBUTTON 0x04000000 /* For passing raw button code to
|
||||
functions that normally take
|
||||
action codes
|
||||
(ie. keyclick_click) */
|
||||
|
||||
enum {
|
||||
CONTEXT_STD = 0,
|
||||
/* These CONTEXT_ values were here before me,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue