forked from len0rd/rockbox
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
|
|
@ -705,7 +705,7 @@ struct plugin_api {
|
|||
size_t (*mixer_channel_get_bytes_waiting)(enum pcm_mixer_channel channel);
|
||||
|
||||
void (*system_sound_play)(enum system_sound sound);
|
||||
void (*keyclick_click)(int context, int action);
|
||||
void (*keyclick_click)(bool rawbutton, int action);
|
||||
#endif /* CONFIG_CODEC == SWCODC */
|
||||
|
||||
/* playback control */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue