summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/screen/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/fe310/eos/eve/screen/form.h')
-rw-r--r--code/fe310/eos/eve/screen/form.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/fe310/eos/eve/screen/form.h b/code/fe310/eos/eve/screen/form.h
index e667fc8..006ef2e 100644
--- a/code/fe310/eos/eve/screen/form.h
+++ b/code/fe310/eos/eve/screen/form.h
@@ -4,7 +4,6 @@ struct EVEWidget;
typedef struct EVEForm {
EVEPage p;
- struct EVEWidget *widget_f;
struct EVEWidget *widget;
uint16_t widget_size;
} EVEForm;
@@ -12,3 +11,5 @@ typedef struct EVEForm {
int eve_form_init(EVEForm *form, struct EVEWidget *widget, uint16_t widget_size, eve_page_open_t open, eve_page_close_t close, EVEWindow *window);
int eve_form_touch(EVEView *v, uint8_t tag0, int touch_idx);
uint8_t eve_form_draw(EVEView *v, uint8_t tag0);
+void eve_form_handle_evt(EVEPage *page, struct EVEWidget *widget, EVETouch *touch, uint16_t evt, uint8_t tag0, int touch_idx);
+void eve_form_update_g(EVEPage *page, struct EVEWidget *widget);