From 843ccc1e41504db4ed9ab38b052747b112779332 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 28 Dec 2016 12:21:42 +0100 Subject: Update drawing, background per widget. --- include/widgets/widget-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/widgets/widget-internal.h') diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h index 5d810cf2..940738fc 100644 --- a/include/widgets/widget-internal.h +++ b/include/widgets/widget-internal.h @@ -52,7 +52,9 @@ struct _widget /** Name of widget (used for theming) */ char *name; char *class_name; + const char *state; }; void widget_init ( widget *widget , const char *name, const char *class_name ); +void widget_set_state ( widget *widget, const char *state ); #endif // WIDGET_INTERNAL_H -- cgit v1.2.3