diff options
Diffstat (limited to 'src/widget/widget.h')
| -rw-r--r-- | src/widget/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/widget.h b/src/widget/widget.h index ad0f9a6..c21ace4 100644 --- a/src/widget/widget.h +++ b/src/widget/widget.h @@ -14,6 +14,7 @@ # define WIDGET_TYPE_CHOICE 6 # define WIDGET_TYPE_IMAGE 7 # define WIDGET_TYPE_SELECT 8 +# define WIDGET_TYPE_STATUSBAR 9 typedef struct widget_struct { int type; |