From 4fbf7e5b7b5325828099456c347183ba92864862 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 26 Apr 2026 10:52:34 +1200 Subject: [feat] add some stuff?? --- 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 7fc6bc8..ddf4f78 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_TEXT } SaffronWidgetType; typedef struct SaffronWidget { -- cgit v1.2.3