diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-26 10:52:34 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-26 10:52:34 +1200 |
| commit | 4fbf7e5b7b5325828099456c347183ba92864862 (patch) | |
| tree | fef509e9f5ecc64cc9070b7a5820318908dbc156 /include/saffron_widget.h | |
| parent | a2252b2952e4027b7edb420dccbd8494ae822b0f (diff) | |
| download | saffron-4fbf7e5b7b5325828099456c347183ba92864862.tar.xz saffron-4fbf7e5b7b5325828099456c347183ba92864862.zip | |
[feat] add some stuff??
Diffstat (limited to 'include/saffron_widget.h')
| -rw-r--r-- | include/saffron_widget.h | 1 |
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 { |
