mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 21:52:28 -05:00
fix the problem that does not jump to selected the bookmark. (FS#11386)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3a698e46a
commit
ac25812e55
3 changed files with 12 additions and 4 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#define PLUGIN_TEXT_VIEWER_MENU_H
|
||||
|
||||
enum tv_menu_result {
|
||||
TV_MENU_RESULT_MOVE_PAGE,
|
||||
TV_MENU_RESULT_EXIT_MENU,
|
||||
TV_MENU_RESULT_EXIT_PLUGIN,
|
||||
TV_MENU_RESULT_ATTACHED_USB,
|
||||
|
|
@ -34,6 +35,7 @@ enum tv_menu_result {
|
|||
*
|
||||
* return
|
||||
* the following value returns
|
||||
* TV_MENU_RESULT_MOVE_PAGE change reading page
|
||||
* TV_MENU_RESULT_EXIT_MENU menu exit and continue this plugin
|
||||
* TV_MENU_RESULT_EXIT_PLUGIN request to exit this plugin
|
||||
* TV_MENU_RESULT_ATTACHED_USB connect USB cable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue