summaryrefslogtreecommitdiffstats
path: root/include/widgets/widget-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-11 12:19:46 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-11 12:19:46 +0100
commit1dfac3c4da2d1b52a3d1521b1501d8421c139d07 (patch)
tree0dc84d1fc479bc6607b97aef67b0d9aaa98611ca /include/widgets/widget-internal.h
parent5fd76b75b1e1e0d72f7bb821ac5db5bca4be10b7 (diff)
Update to new theme
Diffstat (limited to 'include/widgets/widget-internal.h')
-rw-r--r--include/widgets/widget-internal.h3
1 files changed, 3 insertions, 0 deletions
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