commit | ee57bbc1b6ee0c35729f8a4cb7c74e3df998b541 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 12 23:21:12 2010 -0800 |
tree | 6199412925830e8d05f11e18318751244f689556 | |
parent | 928d6054355f334d3e4f858e5752dd4cb305e9f6 [diff] [blame] |
nandroid in C now has a progress bar
diff --git a/ui.c b/ui.c index 02824d9..e704d05 100644 --- a/ui.c +++ b/ui.c
@@ -480,6 +480,13 @@ pthread_mutex_unlock(&gUpdateMutex); } +void ui_reset_text_col() +{ + pthread_mutex_lock(&gUpdateMutex); + text_col = 0; + pthread_mutex_unlock(&gUpdateMutex); +} + #define MENU_ITEM_HEADER " - " #define MENU_ITEM_HEADER_LENGTH strlen(MENU_ITEM_HEADER)