From 1dfac3c4da2d1b52a3d1521b1501d8421c139d07 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 11 Dec 2016 12:19:46 +0100 Subject: Update to new theme --- include/widgets/widget-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/widgets/widget-internal.h') diff --git a/include/widgets/widget-internal.h b/include/widgets/widget-internal.h index a50f3980..1638d9f1 100644 --- a/include/widgets/widget-internal.h +++ b/include/widgets/widget-internal.h @@ -45,5 +45,8 @@ struct _widget /** Free widget callback */ void ( *free )( struct _widget *widget ); + + /** Name of widget (used for theming) */ + char *name; }; #endif // WIDGET_INTERNAL_H -- cgit v1.2.3