forked from len0rd/rockbox
Button queue handling is split from main button driver
First half of https://gerrit.rockbox.org/r/c/rockbox/+/570 Change-Id: Icc64dfd8194c18f69564ed5f8bf7dd70a4330eb9
This commit is contained in:
parent
5954a2fd48
commit
da9d67a0fe
30 changed files with 266 additions and 221 deletions
|
|
@ -249,7 +249,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_set_mode,
|
||||
#endif
|
||||
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
|
||||
&button_queue,
|
||||
button_queue_post,
|
||||
#endif
|
||||
bidi_l2v,
|
||||
is_diacritic,
|
||||
|
|
@ -448,6 +448,7 @@ static const struct plugin_api rockbox_api = {
|
|||
talk_idarray,
|
||||
talk_file,
|
||||
talk_file_or_spell,
|
||||
talk_fullpath,
|
||||
talk_dir_or_spell,
|
||||
talk_number,
|
||||
talk_value_decimal,
|
||||
|
|
@ -840,8 +841,6 @@ static const struct plugin_api rockbox_api = {
|
|||
|
||||
/* new stuff at the end, sort into place next time
|
||||
the API gets incompatible */
|
||||
|
||||
talk_fullpath,
|
||||
};
|
||||
|
||||
static int plugin_buffer_handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue