forked from len0rd/rockbox
remove the need for action_signalscreenchange().
Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9d756e2760
commit
f7675a244b
27 changed files with 12 additions and 98 deletions
|
|
@ -411,7 +411,6 @@ static const struct plugin_api rockbox_api = {
|
|||
/* action handling */
|
||||
get_custom_action,
|
||||
get_action,
|
||||
action_signalscreenchange,
|
||||
action_userabort,
|
||||
|
||||
/* power */
|
||||
|
|
@ -515,7 +514,6 @@ int plugin_load(const char* plugin, void* parameter)
|
|||
|
||||
if (!p)
|
||||
p = plugin;
|
||||
action_signalscreenchange();
|
||||
|
||||
if (pfn_tsr_exit != NULL) /* if we have a resident old plugin: */
|
||||
{
|
||||
|
|
@ -611,7 +609,6 @@ int plugin_load(const char* plugin, void* parameter)
|
|||
rc = hdr->entry_point((struct plugin_api*) &rockbox_api, parameter);
|
||||
/* explicitly casting the pointer here to avoid touching every plugin. */
|
||||
|
||||
action_signalscreenchange();
|
||||
button_clear_queue();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue