aboutsummaryrefslogtreecommitdiff
path: root/include/saffron_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/saffron_widget.h')
-rw-r--r--include/saffron_widget.h1
1 files changed, 1 insertions, 0 deletions
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 {