commit | 1bf4f695d4784f304d6cac5a1addec31c2f3fdb9 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Wed Jul 14 18:37:33 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Wed Jul 14 18:37:33 2010 -0700 |
tree | d988071decf425d34e1b953107c63c814fbe5461 | |
parent | 37186b19bce9994907a276f057468dfc28a98b00 [diff] [blame] |
allow toggling of software back menu item. add recovery checkpoint file. mount auto now uses busybox mount.
diff --git a/common.h b/common.h index 81d9029..6c60d07 100644 --- a/common.h +++ b/common.h
@@ -47,6 +47,9 @@ // statements will be displayed. void ui_end_menu(); +int ui_get_showing_back_button(); +void ui_set_showing_back_button(int showBackButton); + // Set the icon (normally the only thing visible besides the progress bar). enum { BACKGROUND_ICON_NONE,