summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/screen/uievt.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
committerUros Majstorovic <majstor@majstor.org>2025-07-28 23:27:12 +0200
commit58f41971b1e801ad2fbcea08e5152afa2b18ca73 (patch)
tree51793b55b350f7807d5d1b7e1401b50f402ccc48 /fw/fe310/eos/eve/screen/uievt.h
parentdab5a1fbd188f8f9436df1b3dff6e344c444fc23 (diff)
sys logging added; power management reimplemented; bugfixes;
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;