Change keyclick_click so that it may accept raw buttons or actions.
commitf688710707f3af56a5949b8ae3957c9408b25392
authorMichael Sevakis <jethead71@rockbox.org>
Sat, 3 Mar 2012 12:10:56 +0000 (3 07:10 -0500)
committerMichael Sevakis <jethead71@rockbox.org>
Sat, 3 Mar 2012 12:10:56 +0000 (3 07:10 -0500)
tree5e0a15f00d66337123406c09c207f531a4c18eca
parenta92696d40d3515d4391ffba043894ebbad80cab6
Change keyclick_click so that it may accept raw buttons or actions.

Adds a new context, CONTEXT_RAWBUTTON, that I hope is out of the way
of everything. Unfortunately have to increment min plugin API version
for the second time today to accomodate additional parameter.

Change-Id: Iaa46b926e57cf377fd4906f2d42bb98e87215033
apps/action.c
apps/action.h
apps/misc.c
apps/misc.h
apps/plugin.h
apps/plugins/mpegplayer/mpeg_misc.c