summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/app/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/app/root.h')
-rw-r--r--fw/fe310/eos/app/root.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/fe310/eos/app/root.h b/fw/fe310/eos/app/root.h
index 2b6fc63..69624e7 100644
--- a/fw/fe310/eos/app/root.h
+++ b/fw/fe310/eos/app/root.h
@@ -22,7 +22,8 @@ typedef struct APPWidgetSpec {
} APPWidgetSpec;
EVEScreen *app_screen(void);
-void app_root_init(eve_view_constructor_t home_page);
+void app_screen_init(eve_view_constructor_t home_page);
+void app_screen_refresh(void);
EVEForm *app_form_create(EVEWindow *window, EVEViewStack *stack, APPWidgetSpec spec[], uint16_t spec_size, eve_form_action_t action, eve_form_destructor_t destructor);
void app_form_destroy(EVEForm *form);