aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-23 12:14:51 -0400
committeriamcheeseman <[email protected]>2026-05-23 12:14:51 -0400
commit8d9195df408915847fedfd595ea73ce24357788c (patch)
treed46bf869e15f22ae17dddb93180afa75c872c21a /teensy/teensy_ui.h
parentc2ea095659dea04663b83fe5313173f209c9bb0b (diff)
fix warnings
Diffstat (limited to 'teensy/teensy_ui.h')
-rw-r--r--teensy/teensy_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h
index 5ceda30..a7b5d4e 100644
--- a/teensy/teensy_ui.h
+++ b/teensy/teensy_ui.h
@@ -70,7 +70,7 @@ typedef struct {
typedef struct {
char *chars;
- int max_len;
+ size_t max_len;
} tyui_Text_Input;
void tyui_init(const ty_Font *font);