diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-23 19:17:56 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-23 19:22:10 +0200 |
| commit | 9866f48c8716996cd67ccb008471f73f8fc1baa6 (patch) | |
| tree | 5e4a11273ab1c82b06090d97c94a6a18e8fcfe3f /src/widget/widget.h | |
| parent | 112e8071a8d96f9251ef265e31bd11a4662a893d (diff) | |
support statusbar (need write label)| fix kiks with keycontrol.conf| fix memory leak in font.c
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; |