summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/screen/uievt.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/eve/screen/uievt.h')
-rw-r--r--fw/fe310/eos/eve/screen/uievt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fw/fe310/eos/eve/screen/uievt.h b/fw/fe310/eos/eve/screen/uievt.h
index 8e1e682..e40624a 100644
--- a/fw/fe310/eos/eve/screen/uievt.h
+++ b/fw/fe310/eos/eve/screen/uievt.h
@@ -5,12 +5,12 @@
#define EVE_UIEVT_GEST_TRACK_STOP 5
#define EVE_UIEVT_WIN_UPDATE_G 6
#define EVE_UIEVT_PAGE_UPDATE_G 7
-#define EVE_UIEVT_WIDGET_UPDATE_G 8
-#define EVE_UIEVT_WIDGET_FOCUS_IN 9
-#define EVE_UIEVT_WIDGET_FOCUS_OUT 10
+#define EVE_UIEVT_WIDGET_UPDATE 8
+#define EVE_UIEVT_WIDGET_UPDATE_G 9
+#define EVE_UIEVT_WIDGET_FOCUS_IN 10
+#define EVE_UIEVT_WIDGET_FOCUS_OUT 11
typedef struct EVEUIEvtTouch {
EVETouch *touch;
uint16_t evt;
- uint8_t tag0;
} EVEUIEvtTouch;