diff options
author | Steve Bavin <pondlife@pondlife.me> | 2009-03-10 07:27:13 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2009-03-10 07:27:13 +0000 |
commit | f14999e0b9b180abe0044d9184a5a6f7260e91fe (patch) | |
tree | 7d7d1bfad0743636d41b0504921442abc4f5b356 /apps/menu.h | |
parent | 754ae4acba00648c5964723f6414f9b6a1f20c9b (diff) | |
download | rockbox-f14999e0b9b180abe0044d9184a5a6f7260e91fe.tar.gz rockbox-f14999e0b9b180abe0044d9184a5a6f7260e91fe.tar.bz2 rockbox-f14999e0b9b180abe0044d9184a5a6f7260e91fe.zip |
Fix redraw sequence when exiting a setting menu, so splashes work properly - see FS#9994.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20281 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.h')
-rw-r--r-- | apps/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h index 6dec5e0bd3..b386b7ce4b 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -101,7 +101,7 @@ struct menu_item_ex { typedef int (*menu_callback_type)(int action, const struct menu_item_ex *this_item); -bool do_setting_from_menu(const struct menu_item_ex *temp, +void do_setting_from_menu(const struct menu_item_ex *temp, struct viewport parent[NB_SCREENS]); /* |