aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-27 17:15:15 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-27 17:15:15 -0500
commit8cf3c8ca1b193c454b8a79ad921ea5f4890da013 (patch)
tree6585ee274fed4916528ea51386cfd9a1c3ce6009 /ui.h
parent6cd6584675cc91be0dce27809aeab7748621e43e (diff)
downloadvolute-8cf3c8ca1b193c454b8a79ad921ea5f4890da013.zip
select widget
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 9fa170f..c8388c4 100644
--- a/ui.h
+++ b/ui.h
@@ -1,5 +1,6 @@
typedef struct {
- Field displacement;
+ w_Field displacement;
+ w_Select displacement_unit;
} UI;
void init_ui(UI *ui);