From 2cc161aabfe5c1343ca504b79a6a1c7706048a91 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 30 Apr 2026 13:06:18 +1200 Subject: Start work on button implementation(s) --- include/saffron_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/saffron_widget.h') diff --git a/include/saffron_widget.h b/include/saffron_widget.h index 5c0005c..8b9fc3c 100644 --- a/include/saffron_widget.h +++ b/include/saffron_widget.h @@ -12,6 +12,7 @@ typedef enum { typedef enum { SAFFRON_WIDGET_UNKNOWN, SAFFRON_WIDGET_BOX, + SAFFRON_WIDGET_BUTTON, SAFFRON_WIDGET_TEXT } SaffronWidgetType; -- cgit v1.2.3